#B76AF7

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

Shades of Heliotrope #B76AF7

Tints of Heliotrope #B76AF7

Color information

#B76AF7 (or 0xB76AF7) is unknown color: approx Heliotrope. HEX triplet: B7, 6A and F7. RGB value is (183,106,247). Sum of RGB (Red+Green+Blue) = 183+106+247=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #B76AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AF7 is #489508. Grayscale: #909090. Windows color (decimal): -4756745 or 16214711. OLE color: 16214711.

HSL color Cylindrical-coordinate representation of color #B76AF7: hue angle of 272.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B76AF7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183106247-
CMYK0.260.5700.03
HSL272.77º89.81%69.22%-
HSV(B)272.77º57.09%96.86%-
XYZ41.4727.0991.04-
YUV145.1185.51155.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 106 (41.80% from 255) = 19.78%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=34.14%
G=19.78%
B=46.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831062470.260.5700.03272.7789.8169.22
HexB76AF71A39031115a45
Octal267152367327103421132105
Binary101101111101010111101111101011100101110001000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76AF7; }

 p { color: rgb(183,106,247); }

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

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

 a { background-color: rgb(183,106,247); }

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

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

 span { border-color: rgb(183,106,247); }

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