#B771F2

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

Shades of Heliotrope #B771F2

Tints of Heliotrope #B771F2

Color information

#B771F2 (or 0xB771F2) is unknown color: approx Heliotrope. HEX triplet: B7, 71 and F2. RGB value is (183,113,242). Sum of RGB (Red+Green+Blue) = 183+113+242=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #B771F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F2 is #488E0D. Grayscale: #949494. Windows color (decimal): -4754958 or 15888823. OLE color: 15888823.

HSL color Cylindrical-coordinate representation of color #B771F2: hue angle of 272.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771F2 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183113242-
CMYK0.240.5300.05
HSL272.56º83.23%69.61%-
HSV(B)272.56º53.31%94.9%-
XYZ41.4628.2987.28-
YUV148.64180.69152.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=34.01%
G=21.00%
B=44.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831132420.240.5300.05272.5683.2369.61
HexB771F21835051115346
Octal267161362306505421123106
Binary1011011111100011111001011000110101010110001000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771F2; }

 p { color: rgb(183,113,242); }

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

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

 a { background-color: rgb(183,113,242); }

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

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

 span { border-color: rgb(183,113,242); }

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