#B577FF

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

Shades of Heliotrope #B577FF

Tints of Heliotrope #B577FF

Color information

#B577FF (or 0xB577FF) is unknown color: approx Heliotrope. HEX triplet: B5, 77 and FF. RGB value is (181,119,255). Sum of RGB (Red+Green+Blue) = 181+119+255=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B577FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B577FF is #4A8800. Grayscale: #989898. Windows color (decimal): -4884481 or 16742325. OLE color: 16742325.

HSL color Cylindrical-coordinate representation of color #B577FF: hue angle of 267.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B577FF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181119255-
CMYK0.290.5300
HSL267.35º100%73.33%-
HSV(B)267.35º53.33%100%-
XYZ43.730.2498.14-
YUV153.04185.54147.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 255 (100% from 255) = 45.95%
R=32.61%
G=21.44%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811192550.290.5300267.3510073.33
HexB577FF1D350010b6449
Octal265167377356500413144111
Binary10110101111011111111111111011101010010000101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577FF; }

 p { color: rgb(181,119,255); }

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

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

 a { background-color: rgb(181,119,255); }

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

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

 span { border-color: rgb(181,119,255); }

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