Html Css Color HEX #BD4471 Royal Heath

📋 copy color: '#BD4471'

red 189 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #BD4471

Tints of Royal Heath #BD4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 51.08%
G = 18.38%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4471 (or 0xBD4471) is known color: Royal Heath. HEX triplet: BD, 44 and 71. RGB value is (189,68,113). Sum of RGB (Red+Green+Blue) = 189+68+113=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4471 is #42BB8E. Grayscale: #6D6D6D. Windows color (decimal): -4373391 or 7423165. OLE color: 7423165.

HSL color Cylindrical-coordinate representation of color #BD4471: hue angle of 337.69º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4471 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 113 -
CMYK 0 0.64 0.40 0.26
HSL 337.69º 0.48% 0.5% -
HSV(B) 337.69º 0.64% 0.74% -
XYZ 26.03 16.15 17.37 -
YUV 109.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 189 68 113 0 0.64 0.40 0.26 337.69 0.48 0.5
Hex BD 44 71 0 40 28 1A 152 30 32
Octal 275 104 161 0 100 50 32 522 60 62
Binary 10111101 1000100 1110001 0 1000000 101000 11010 101010010 110000 110010

Color Harmonies of #BD4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4471

Black with #BD4471

Text Example


Text Example

White with #BD4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4471; }

 p { color: rgb(189,68,113); }

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

background-color css

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

 a { background-color: rgb(189,68,113); }

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

border-color css

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

 span { border-color: rgb(189,68,113); }

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