Html Css Color HEX #BD4571 Royal Heath

📋 copy color: '#BD4571'

red 189 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #BD4571

Tints of Royal Heath #BD4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 50.94%
G = 18.6%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4571 (or 0xBD4571) is known color: Royal Heath. HEX triplet: BD, 45 and 71. RGB value is (189,69,113). Sum of RGB (Red+Green+Blue) = 189+69+113=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4571 is #42BA8E. Grayscale: #6D6D6D. Windows color (decimal): -4373135 or 7423421. OLE color: 7423421.

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

Color convert

RGB 189 69 113 -
CMYK 0 0.63 0.40 0.26
HSL 338º 0.48% 0.51% -
HSV(B) 338º 0.63% 0.74% -
XYZ 26.1 16.27 17.39 -
YUV 109.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 189 69 113 0 0.63 0.40 0.26 338 0.48 0.51
Hex BD 45 71 0 3F 28 1A 152 30 33
Octal 275 105 161 0 77 50 32 522 60 63
Binary 10111101 1000101 1110001 0 111111 101000 11010 101010010 110000 110011

Color Harmonies of #BD4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4571

Black with #BD4571

Text Example


Text Example

White with #BD4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4571; }

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

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

background-color css

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

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

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

border-color css

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

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

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