Html Css Color HEX #BD437D Royal Heath

📋 copy color: '#BD437D'

red 189 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #BD437D

Tints of Royal Heath #BD437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 49.61%
G = 17.59%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD437D (or 0xBD437D) is known color: Royal Heath. HEX triplet: BD, 43 and 7D. RGB value is (189,67,125). Sum of RGB (Red+Green+Blue) = 189+67+125=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD437D is #42BC82. Grayscale: #6D6D6D. Windows color (decimal): -4373635 or 8209341. OLE color: 8209341.

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

Color convert

RGB 189 67 125 -
CMYK 0 0.65 0.34 0.26
HSL 331.48º 0.48% 0.5% -
HSV(B) 331.48º 0.65% 0.74% -
XYZ 26.7 16.31 21.14 -
YUV 110.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 189 67 125 0 0.65 0.34 0.26 331.48 0.48 0.5
Hex BD 43 7D 0 41 22 1A 14B 30 32
Octal 275 103 175 0 101 42 32 513 60 62
Binary 10111101 1000011 1111101 0 1000001 100010 11010 101001011 110000 110010

Color Harmonies of #BD437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD437D

Black with #BD437D

Text Example


Text Example

White with #BD437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD437D; }

 p { color: rgb(189,67,125); }

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

background-color css

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

 a { background-color: rgb(189,67,125); }

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

border-color css

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

 span { border-color: rgb(189,67,125); }

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