#BC527A

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

Shades of Royal Heath #BC527A

Tints of Royal Heath #BC527A

Color information

#BC527A (or 0xBC527A) is unknown color: approx Royal Heath. HEX triplet: BC, 52 and 7A. RGB value is (188,82,122). Sum of RGB (Red+Green+Blue) = 188+82+122=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC527A is #43AD85. Grayscale: #767676. Windows color (decimal): -4435334 or 8016572. OLE color: 8016572.

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

Color convert

RGB18882122-
CMYK00.560.350.26
HSL337.36º44.17%52.94%-
HSV(B)337.36º56.38%73.73%-
XYZ27.2718.1320.47-
YUV118.25130.12177.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=47.96%
G=20.92%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888212200.560.350.26337.3644.1752.94
HexBC527A038231A1512c35
Octal27412217207043325215465
Binary1011110010100101111010011100010001111010101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC527A; }

 p { color: rgb(188,82,122); }

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

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

 a { background-color: rgb(188,82,122); }

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

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

 span { border-color: rgb(188,82,122); }

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