#BD4B7D

Color #BD4B7D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BD4B7D

Tints of Royal Heath #BD4B7D

Color information

#BD4B7D (or 0xBD4B7D) is unknown color: approx Royal Heath. HEX triplet: BD, 4B and 7D. RGB value is (189,75,125). Sum of RGB (Red+Green+Blue) = 189+75+125=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B7D is #42B482. Grayscale: #727272. Windows color (decimal): -4371587 or 8211389. OLE color: 8211389.

HSL color Cylindrical-coordinate representation of color #BD4B7D: hue angle of 333.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B7D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18975125-
CMYK00.600.340.26
HSL333.68º46.34%51.76%-
HSV(B)333.68º60.32%74.12%-
XYZ27.217.3321.31-
YUV114.79133.77180.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=48.59%
G=19.28%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897512500.600.340.26333.6846.3451.76
HexBD4B7D03C221A14e2e34
Octal27511317507442325165664
Binary1011110110010111111101011110010001011010101001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B7D; }

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

 H1.HeaderClassName
 {
   color: #BD4B7D;
 }
 .AnyTagClassName
 {
   color: #BD4B7D;
 }
</style>
background-color css

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

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

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

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

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

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