Html Css Color HEX #BD4472 Royal Heath

📋 copy color: '#BD4472'

red 189 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #BD4472

Tints of Royal Heath #BD4472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 50.94%
G = 18.33%
B = 30.73%

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

#BD4472 (or 0xBD4472) is known color: Royal Heath. HEX triplet: BD, 44 and 72. RGB value is (189,68,114). Sum of RGB (Red+Green+Blue) = 189+68+114=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4472 is #42BB8D. Grayscale: #6D6D6D. Windows color (decimal): -4373390 or 7488701. OLE color: 7488701.

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

Color convert

RGB 189 68 114 -
CMYK 0 0.64 0.40 0.26
HSL 337.19º 0.48% 0.5% -
HSV(B) 337.19º 0.64% 0.74% -
XYZ 26.09 16.17 17.67 -
YUV 109.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 189 68 114 0 0.64 0.40 0.26 337.19 0.48 0.5
Hex BD 44 72 0 40 28 1A 151 30 32
Octal 275 104 162 0 100 50 32 521 60 62
Binary 10111101 1000100 1110010 0 1000000 101000 11010 101010001 110000 110010

Color Harmonies of #BD4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4472

Black with #BD4472

Text Example


Text Example

White with #BD4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4472; }

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

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

background-color css

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

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

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

border-color css

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

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

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