#B77AF7

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

Shades of Heliotrope #B77AF7

Tints of Heliotrope #B77AF7

Color information

#B77AF7 (or 0xB77AF7) is unknown color: approx Heliotrope. HEX triplet: B7, 7A and F7. RGB value is (183,122,247). Sum of RGB (Red+Green+Blue) = 183+122+247=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #B77AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AF7 is #488508. Grayscale: #9A9A9A. Windows color (decimal): -4752649 or 16218807. OLE color: 16218807.

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

Color convert

RGB183122247-
CMYK0.260.5100.03
HSL269.28º88.65%72.35%-
HSV(B)269.28º50.61%96.86%-
XYZ43.2830.791.64-
YUV154.49180.21148.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=33.15%
G=22.10%
B=44.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831222470.260.5100.03269.2888.6572.35
HexB77AF71A330310d5948
Octal267172367326303415131110
Binary101101111111010111101111101011001101110000110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AF7; }

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

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

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

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

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

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

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

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