#BD336E

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

Shades of Royal Heath #BD336E

Tints of Royal Heath #BD336E

Color information

#BD336E (or 0xBD336E) is unknown color: approx Royal Heath. HEX triplet: BD, 33 and 6E. RGB value is (189,51,110). Sum of RGB (Red+Green+Blue) = 189+51+110=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD336E is #42CC91. Grayscale: #626262. Windows color (decimal): -4377746 or 7222205. OLE color: 7222205.

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

Color convert

RGB18951110-
CMYK00.730.420.26
HSL334.35º57.5%47.06%-
HSV(B)334.35º73.02%74.12%-
XYZ24.9814.3116.2-
YUV98.99134.22192.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=54%
G=14.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895111000.730.420.26334.3557.547.06
HexBD336E0492A1A14e3a2f
Octal27563156011152325167257
Binary1011110111001111011100100100110101011010101001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD336E; }

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

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

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

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

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

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

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

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