#B76FFC

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

Shades of Heliotrope #B76FFC

Tints of Heliotrope #B76FFC

Color information

#B76FFC (or 0xB76FFC) is unknown color: approx Heliotrope. HEX triplet: B7, 6F and FC. RGB value is (183,111,252). Sum of RGB (Red+Green+Blue) = 183+111+252=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FFC is #489003. Grayscale: #949494. Windows color (decimal): -4755460 or 16543671. OLE color: 16543671.

HSL color Cylindrical-coordinate representation of color #B76FFC: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76FFC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183111252-
CMYK0.270.5600.01
HSL270.64º95.92%71.18%-
HSV(B)270.64º55.95%98.82%-
XYZ42.7828.4695.33-
YUV148.6186.35152.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 111 (43.75% from 255) = 20.33%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=33.52%
G=20.33%
B=46.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831112520.270.5600.01270.6495.9271.18
HexB76FFC1B380110f6047
Octal267157374337001417140107
Binary10110111110111111111100110111110000110000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76FFC; }

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

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

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

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

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

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

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

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