#BC507B

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

Shades of Royal Heath #BC507B

Tints of Royal Heath #BC507B

Color information

#BC507B (or 0xBC507B) is unknown color: approx Royal Heath. HEX triplet: BC, 50 and 7B. RGB value is (188,80,123). Sum of RGB (Red+Green+Blue) = 188+80+123=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC507B is #43AF84. Grayscale: #757575. Windows color (decimal): -4435845 or 8081596. OLE color: 8081596.

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

Color convert

RGB18880123-
CMYK00.570.350.26
HSL336.11º44.63%52.55%-
HSV(B)336.11º57.45%73.73%-
XYZ27.1817.8620.75-
YUV117.19131.28178.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=48.08%
G=20.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888012300.570.350.26336.1144.6352.55
HexBC507B039231A1502d35
Octal27412017307143325205565
Binary1011110010100001111011011100110001111010101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC507B; }

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

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

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

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

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

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

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

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