Html Css Color HEX #BD497F Royal Heath

📋 copy color: '#BD497F'

red 189 ◦ green 73 ◦ blue 127

#BD497F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BD497F

Tints of Royal Heath #BD497F

RGB

 RED value IS 189 (74.22% from 255) = 48.59%

 GREEN value IS 73 (28.91% from 255) = 18.77%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 48.59%
G = 18.77%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD497F (or 0xBD497F) is known color: Royal Heath. HEX triplet: BD, 49 and 7F. RGB value is (189,73,127). Sum of RGB (Red+Green+Blue) = 189+73+127=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD497F is #42B680. Grayscale: #717171. Windows color (decimal): -4372097 or 8341949. OLE color: 8341949.

HSL color Cylindrical-coordinate representation of color #BD497F: hue angle of 332.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD497F is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 127 -
CMYK 0 0.61 0.33 0.26
HSL 332.07º 0.47% 0.51% -
HSV(B) 332.07º 0.61% 0.74% -
XYZ 27.2 17.12 21.95 -
YUV 113.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 189 73 127 0 0.61 0.33 0.26 332.07 0.47 0.51
Hex BD 49 7F 0 3D 21 1A 14C 2F 33
Octal 275 111 177 0 75 41 32 514 57 63
Binary 10111101 1001001 1111111 0 111101 100001 11010 101001100 101111 110011

Color Harmonies of #BD497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD497F

Black with #BD497F

Text Example


Text Example

White with #BD497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD497F; }

 p { color: rgb(189,73,127); }

 H1.HeaderClassName
 {
   color: #BD497F;
 }
 .AnyTagClassName
 {
   color: #BD497F;
 }
</style>

background-color css

<style>
 a { background-color: #BD497F; }

 a { background-color: rgb(189,73,127); }

 div.DivClassName
 {
   background-color: #BD497F;
 }
 .BgClassName
 {
   background-color: #BD497F;
 }
</style>

border-color css

<style>
 span { border-color: #BD497F; }

 span { border-color: rgb(189,73,127); }

 td.TdClassName
 {
   border-color: #BD497F;
 }
 .TagClassName
 {
   border-color: #BD497F;
 }
</style>