#BC3C6A

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

Shades of Royal Heath #BC3C6A

Tints of Royal Heath #BC3C6A

Color information

#BC3C6A (or 0xBC3C6A) is unknown color: approx Royal Heath. HEX triplet: BC, 3C and 6A. RGB value is (188,60,106). Sum of RGB (Red+Green+Blue) = 188+60+106=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C6A is #43C395. Grayscale: #676767. Windows color (decimal): -4440982 or 6962364. OLE color: 6962364.

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

Color convert

RGB18860106-
CMYK00.680.440.26
HSL338.44º51.61%48.63%-
HSV(B)338.44º68.09%73.73%-
XYZ24.9614.9615.21-
YUV103.52129.41188.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=53.11%
G=16.95%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886010600.680.440.26338.4451.6148.63
HexBC3C6A0442C1A1523431
Octal27474152010454325226461
Binary1011110011110011010100100010010110011010101010010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C6A; }

 p { color: rgb(188,60,106); }

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

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

 a { background-color: rgb(188,60,106); }

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

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

 span { border-color: rgb(188,60,106); }

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