#B76FFF

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

Shades of Heliotrope #B76FFF

Tints of Heliotrope #B76FFF

Color information

#B76FFF (or 0xB76FFF) is unknown color: approx Heliotrope. HEX triplet: B7, 6F and FF. RGB value is (183,111,255). Sum of RGB (Red+Green+Blue) = 183+111+255=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B76FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FFF is #489000. Grayscale: #949494. Windows color (decimal): -4755457 or 16740279. OLE color: 16740279.

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

Color convert

RGB183111255-
CMYK0.280.5600
HSL270º100%71.76%-
HSV(B)270º56.47%100%-
XYZ43.2628.6697.86-
YUV148.94187.85152.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 255 (100% from 255) = 46.45%
R=33.33%
G=20.22%
B=46.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831112550.280.560027010071.76
HexB76FFF1C380010e6448
Octal267157377347000416144110
Binary10110111110111111111111111001110000010000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FFF; }

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

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

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

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

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

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

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

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