Html Css Color HEX #BD4271 Royal Heath

📋 copy color: '#BD4271'

red 189 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #BD4271

Tints of Royal Heath #BD4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 51.36%
G = 17.93%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4271 (or 0xBD4271) is known color: Royal Heath. HEX triplet: BD, 42 and 71. RGB value is (189,66,113). Sum of RGB (Red+Green+Blue) = 189+66+113=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4271 is #42BD8E. Grayscale: #6C6C6C. Windows color (decimal): -4373903 or 7422653. OLE color: 7422653.

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

Color convert

RGB 189 66 113 -
CMYK 0 0.65 0.40 0.26
HSL 337.07º 0.48% 0.5% -
HSV(B) 337.07º 0.65% 0.74% -
XYZ 25.92 15.91 17.33 -
YUV 108.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 189 66 113 0 0.65 0.40 0.26 337.07 0.48 0.5
Hex BD 42 71 0 41 28 1A 151 30 32
Octal 275 102 161 0 101 50 32 521 60 62
Binary 10111101 1000010 1110001 0 1000001 101000 11010 101010001 110000 110010

Color Harmonies of #BD4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4271

Black with #BD4271

Text Example


Text Example

White with #BD4271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4271; }

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

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

background-color css

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

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

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

border-color css

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

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

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