Html Css Color HEX #BD497A Royal Heath

📋 copy color: '#BD497A'

red 189 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #BD497A

Tints of Royal Heath #BD497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 49.22%
G = 19.01%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD497A (or 0xBD497A) is known color: Royal Heath. HEX triplet: BD, 49 and 7A. RGB value is (189,73,122). Sum of RGB (Red+Green+Blue) = 189+73+122=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD497A is #42B685. Grayscale: #717171. Windows color (decimal): -4372102 or 8014269. OLE color: 8014269.

HSL color Cylindrical-coordinate representation of color #BD497A: hue angle of 334.66º 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 #BD497A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 122 -
CMYK 0 0.61 0.35 0.26
HSL 334.66º 0.47% 0.51% -
HSV(B) 334.66º 0.61% 0.74% -
XYZ 26.88 16.99 20.27 -
YUV 113.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 189 73 122 0 0.61 0.35 0.26 334.66 0.47 0.51
Hex BD 49 7A 0 3D 23 1A 14F 2F 33
Octal 275 111 172 0 75 43 32 517 57 63
Binary 10111101 1001001 1111010 0 111101 100011 11010 101001111 101111 110011

Color Harmonies of #BD497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD497A

Black with #BD497A

Text Example


Text Example

White with #BD497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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