#B25682

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

Shades of Royal Heath #B25682

Tints of Royal Heath #B25682

Color information

#B25682 (or 0xB25682) is unknown color: approx Royal Heath. HEX triplet: B2, 56 and 82. RGB value is (178,86,130). Sum of RGB (Red+Green+Blue) = 178+86+130=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25682 is #4DA97D. Grayscale: #767676. Windows color (decimal): -5089662 or 8541874. OLE color: 8541874.

HSL color Cylindrical-coordinate representation of color #B25682: hue angle of 331.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25682 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17886130-
CMYK00.520.270.30
HSL331.3º37.4%51.76%-
HSV(B)331.3º51.69%69.8%-
XYZ25.7217.7323.19-
YUV118.52134.48170.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=45.18%
G=21.83%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788613000.520.270.30331.337.451.76
HexB256820341B1E14b2534
Octal26212620206433365134564
Binary1011001010101101000001001101001101111110101001011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25682; }

 p { color: rgb(178,86,130); }

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

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

 a { background-color: rgb(178,86,130); }

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

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

 span { border-color: rgb(178,86,130); }

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