#BD4F7F

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

Shades of Royal Heath #BD4F7F

Tints of Royal Heath #BD4F7F

Color information

#BD4F7F (or 0xBD4F7F) is unknown color: approx Royal Heath. HEX triplet: BD, 4F and 7F. RGB value is (189,79,127). Sum of RGB (Red+Green+Blue) = 189+79+127=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F7F is #42B080. Grayscale: #757575. Windows color (decimal): -4370561 or 8343485. OLE color: 8343485.

HSL color Cylindrical-coordinate representation of color #BD4F7F: hue angle of 333.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F7F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18979127-
CMYK00.580.330.26
HSL333.82º45.45%52.55%-
HSV(B)333.82º58.2%74.12%-
XYZ27.6117.9422.09-
YUV117.36133.44179.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 127 (50% from 255) = 32.15%
R=47.85%
G=20%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897912700.580.330.26333.8245.4552.55
HexBD4F7F03A211A14e2d35
Octal27511717707241325165565
Binary1011110110011111111111011101010000111010101001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F7F; }

 p { color: rgb(189,79,127); }

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

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

 a { background-color: rgb(189,79,127); }

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

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

 span { border-color: rgb(189,79,127); }

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