#B65280

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

Shades of Royal Heath #B65280

Tints of Royal Heath #B65280

Color information

#B65280 (or 0xB65280) is unknown color: approx Royal Heath. HEX triplet: B6, 52 and 80. RGB value is (182,82,128). Sum of RGB (Red+Green+Blue) = 182+82+128=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B65280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65280 is #49AD7F. Grayscale: #757575. Windows color (decimal): -4828544 or 8409782. OLE color: 8409782.

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

Color convert

RGB18282128-
CMYK00.550.300.29
HSL332.4º40.65%51.76%-
HSV(B)332.4º54.95%71.37%-
XYZ26.217.5422.43-
YUV117.14134.13174.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=46.43%
G=20.92%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828212800.550.300.29332.440.6551.76
HexB652800371E1D14c2934
Octal26612220006736355145164
Binary1011011010100101000000001101111111011101101001100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65280; }

 p { color: rgb(182,82,128); }

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

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

 a { background-color: rgb(182,82,128); }

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

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

 span { border-color: rgb(182,82,128); }

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