#B772FF

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

Shades of Heliotrope #B772FF

Tints of Heliotrope #B772FF

Color information

#B772FF (or 0xB772FF) is unknown color: approx Heliotrope. HEX triplet: B7, 72 and FF. RGB value is (183,114,255). Sum of RGB (Red+Green+Blue) = 183+114+255=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B772FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772FF is #488D00. Grayscale: #969696. Windows color (decimal): -4754689 or 16741047. OLE color: 16741047.

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

Color convert

RGB183114255-
CMYK0.280.5500
HSL269.36º100%72.35%-
HSV(B)269.36º55.29%100%-
XYZ43.629.3297.97-
YUV150.7186.86151.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 114 (44.92% from 255) = 20.65%
BLUE value IS 255 (100% from 255) = 46.20%
R=33.15%
G=20.65%
B=46.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831142550.280.5500269.3610072.35
HexB772FF1C370010d6448
Octal267162377346700415144110
Binary10110111111001011111111111001101110010000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772FF; }

 p { color: rgb(183,114,255); }

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

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

 a { background-color: rgb(183,114,255); }

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

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

 span { border-color: rgb(183,114,255); }

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