#BC4F7B

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

Shades of Royal Heath #BC4F7B

Tints of Royal Heath #BC4F7B

Color information

#BC4F7B (or 0xBC4F7B) is unknown color: approx Royal Heath. HEX triplet: BC, 4F and 7B. RGB value is (188,79,123). Sum of RGB (Red+Green+Blue) = 188+79+123=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F7B is #43B084. Grayscale: #747474. Windows color (decimal): -4436101 or 8081340. OLE color: 8081340.

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

Color convert

RGB18879123-
CMYK00.580.350.26
HSL335.78º44.86%52.35%-
HSV(B)335.78º57.98%73.73%-
XYZ27.1117.7120.73-
YUV116.61131.61178.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=48.21%
G=20.26%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887912300.580.350.26335.7844.8652.35
HexBC4F7B03A231A1502d34
Octal27411717307243325205564
Binary1011110010011111111011011101010001111010101010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F7B; }

 p { color: rgb(188,79,123); }

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

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

 a { background-color: rgb(188,79,123); }

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

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

 span { border-color: rgb(188,79,123); }

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