#B6507D

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

Shades of Royal Heath #B6507D

Tints of Royal Heath #B6507D

Color information

#B6507D (or 0xB6507D) is unknown color: approx Royal Heath. HEX triplet: B6, 50 and 7D. RGB value is (182,80,125). Sum of RGB (Red+Green+Blue) = 182+80+125=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6507D is #49AF82. Grayscale: #737373. Windows color (decimal): -4829059 or 8212662. OLE color: 8212662.

HSL color Cylindrical-coordinate representation of color #B6507D: hue angle of 333.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6507D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18280125-
CMYK00.560.310.29
HSL333.53º41.13%51.37%-
HSV(B)333.53º56.04%71.37%-
XYZ25.8617.1621.35-
YUV115.63133.29175.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=47.03%
G=20.67%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828012500.560.310.29333.5341.1351.37
HexB6507D0381F1D14e2933
Octal26612017507037355165163
Binary101101101010000111110101110001111111101101001110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6507D; }

 p { color: rgb(182,80,125); }

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

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

 a { background-color: rgb(182,80,125); }

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

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

 span { border-color: rgb(182,80,125); }

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