#B772F9

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

Shades of Heliotrope #B772F9

Tints of Heliotrope #B772F9

Color information

#B772F9 (or 0xB772F9) is unknown color: approx Heliotrope. HEX triplet: B7, 72 and F9. RGB value is (183,114,249). Sum of RGB (Red+Green+Blue) = 183+114+249=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B772F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772F9 is #488D06. Grayscale: #959595. Windows color (decimal): -4754695 or 16347831. OLE color: 16347831.

HSL color Cylindrical-coordinate representation of color #B772F9: hue angle of 270.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B772F9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183114249-
CMYK0.270.5400.02
HSL270.67º91.84%71.18%-
HSV(B)270.67º54.22%97.65%-
XYZ42.6428.9492.96-
YUV150.02183.86151.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=33.52%
G=20.88%
B=45.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831142490.270.5400.02270.6791.8471.18
HexB772F91B360210f5c47
Octal267162371336602417134107
Binary101101111110010111110011101111011001010000111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B772F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B772F9; }

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

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

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

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

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

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

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

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