#BD336F

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

Shades of Royal Heath #BD336F

Tints of Royal Heath #BD336F

Color information

#BD336F (or 0xBD336F) is unknown color: approx Royal Heath. HEX triplet: BD, 33 and 6F. RGB value is (189,51,111). Sum of RGB (Red+Green+Blue) = 189+51+111=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD336F is #42CC90. Grayscale: #636363. Windows color (decimal): -4377745 or 7287741. OLE color: 7287741.

HSL color Cylindrical-coordinate representation of color #BD336F: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD336F is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18951111-
CMYK00.730.410.26
HSL333.91º57.5%47.06%-
HSV(B)333.91º73.02%74.12%-
XYZ25.0414.3316.49-
YUV99.1134.72192.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=53.85%
G=14.53%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895111100.730.410.26333.9157.547.06
HexBD336F049291A14e3a2f
Octal27563157011151325167257
Binary1011110111001111011110100100110100111010101001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD336F; }

 p { color: rgb(189,51,111); }

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

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

 a { background-color: rgb(189,51,111); }

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

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

 span { border-color: rgb(189,51,111); }

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