Html Css Color HEX #BD3772 Royal Heath

📋 copy color: '#BD3772'

red 189 ◦ green 55 ◦ blue 114

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

Shades of Royal Heath #BD3772

Tints of Royal Heath #BD3772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

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

R = 52.79%
G = 15.36%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD3772 (or 0xBD3772) is known color: Royal Heath. HEX triplet: BD, 37 and 72. RGB value is (189,55,114). Sum of RGB (Red+Green+Blue) = 189+55+114=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3772 is #42C88D. Grayscale: #656565. Windows color (decimal): -4376718 or 7485373. OLE color: 7485373.

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

Color convert

RGB 189 55 114 -
CMYK 0 0.71 0.40 0.26
HSL 333.58º 0.55% 0.48% -
HSV(B) 333.58º 0.71% 0.74% -
XYZ 25.39 14.77 17.43 -
YUV 101.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 189 55 114 0 0.71 0.40 0.26 333.58 0.55 0.48
Hex BD 37 72 0 47 28 1A 14E 37 30
Octal 275 67 162 0 107 50 32 516 67 60
Binary 10111101 110111 1110010 0 1000111 101000 11010 101001110 110111 110000

Color Harmonies of #BD3772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3772

Black with #BD3772

Text Example


Text Example

White with #BD3772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3772; }

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

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

background-color css

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

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

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

border-color css

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

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

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