#BD3F6C

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

Shades of Royal Heath #BD3F6C

Tints of Royal Heath #BD3F6C

Color information

#BD3F6C (or 0xBD3F6C) is unknown color: approx Royal Heath. HEX triplet: BD, 3F and 6C. RGB value is (189,63,108). Sum of RGB (Red+Green+Blue) = 189+63+108=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F6C is #42C093. Grayscale: #696969. Windows color (decimal): -4374676 or 7094205. OLE color: 7094205.

HSL color Cylindrical-coordinate representation of color #BD3F6C: hue angle of 338.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F6C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18963108-
CMYK00.670.430.26
HSL338.57º50%49.41%-
HSV(B)338.57º66.67%74.12%-
XYZ25.4715.4615.83-
YUV105.8129.24187.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 108 (42.58% from 255) = 30%
R=52.5%
G=17.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896310800.670.430.26338.575049.41
HexBD3F6C0432B1A1533231
Octal27577154010353325236261
Binary1011110111111111011000100001110101111010101010011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F6C; }

 p { color: rgb(189,63,108); }

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

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

 a { background-color: rgb(189,63,108); }

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

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

 span { border-color: rgb(189,63,108); }

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