#B77EFA

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

Shades of Heliotrope #B77EFA

Tints of Heliotrope #B77EFA

Color information

#B77EFA (or 0xB77EFA) is unknown color: approx Heliotrope. HEX triplet: B7, 7E and FA. RGB value is (183,126,250). Sum of RGB (Red+Green+Blue) = 183+126+250=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #B77EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EFA is #488105. Grayscale: #9C9C9C. Windows color (decimal): -4751622 or 16416439. OLE color: 16416439.

HSL color Cylindrical-coordinate representation of color #B77EFA: hue angle of 267.58º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77EFA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183126250-
CMYK0.270.5000.02
HSL267.58º92.54%73.73%-
HSV(B)267.58º49.6%98.04%-
XYZ44.2431.8994.27-
YUV157.18180.38146.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=32.74%
G=22.54%
B=44.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831262500.270.5000.02267.5892.5473.73
HexB77EFA1B320210c5d4a
Octal267176372336202414135112
Binary101101111111110111110101101111001001010000110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EFA; }

 p { color: rgb(183,126,250); }

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

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

 a { background-color: rgb(183,126,250); }

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

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

 span { border-color: rgb(183,126,250); }

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