Html Css Color HEX #BD4071 Royal Heath

📋 copy color: '#BD4071'

red 189 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #BD4071

Tints of Royal Heath #BD4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 51.64%
G = 17.49%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4071 (or 0xBD4071) is known color: Royal Heath. HEX triplet: BD, 40 and 71. RGB value is (189,64,113). Sum of RGB (Red+Green+Blue) = 189+64+113=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4071 is #42BF8E. Grayscale: #6A6A6A. Windows color (decimal): -4374415 or 7422141. OLE color: 7422141.

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

Color convert

RGB 189 64 113 -
CMYK 0 0.66 0.40 0.26
HSL 336.48º 0.49% 0.5% -
HSV(B) 336.48º 0.66% 0.74% -
XYZ 25.8 15.68 17.29 -
YUV 106.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 189 64 113 0 0.66 0.40 0.26 336.48 0.49 0.5
Hex BD 40 71 0 42 28 1A 150 31 32
Octal 275 100 161 0 102 50 32 520 61 62
Binary 10111101 1000000 1110001 0 1000010 101000 11010 101010000 110001 110010

Color Harmonies of #BD4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4071

Black with #BD4071

Text Example


Text Example

White with #BD4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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