#B76FF5

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

Shades of Heliotrope #B76FF5

Tints of Heliotrope #B76FF5

Color information

#B76FF5 (or 0xB76FF5) is unknown color: approx Heliotrope. HEX triplet: B7, 6F and F5. RGB value is (183,111,245). Sum of RGB (Red+Green+Blue) = 183+111+245=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #B76FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FF5 is #48900A. Grayscale: #939393. Windows color (decimal): -4755467 or 16084919. OLE color: 16084919.

HSL color Cylindrical-coordinate representation of color #B76FF5: hue angle of 272.24º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76FF5 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183111245-
CMYK0.250.5500.04
HSL272.24º87.01%69.8%-
HSV(B)272.24º54.69%96.08%-
XYZ41.6928.0389.6-
YUV147.8182.85153.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 111 (43.75% from 255) = 20.59%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=33.95%
G=20.59%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831112450.250.5500.04272.2487.0169.8
HexB76FF51937041105746
Octal267157365316704420127106
Binary1011011111011111111010111001110111010010001000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FF5; }

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

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

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

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

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

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

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

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