#B77CFA

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

Shades of Heliotrope #B77CFA

Tints of Heliotrope #B77CFA

Color information

#B77CFA (or 0xB77CFA) is unknown color: approx Heliotrope. HEX triplet: B7, 7C and FA. RGB value is (183,124,250). Sum of RGB (Red+Green+Blue) = 183+124+250=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #B77CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CFA is #488305. Grayscale: #9B9B9B. Windows color (decimal): -4752134 or 16415927. OLE color: 16415927.

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

Color convert

RGB183124250-
CMYK0.270.5000.02
HSL268.1º92.65%73.33%-
HSV(B)268.1º50.4%98.04%-
XYZ43.9931.3894.18-
YUV156181.05147.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=32.85%
G=22.26%
B=44.88%

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
Decimal1831242500.270.5000.02268.192.6573.33
HexB77CFA1B320210c5d49
Octal267174372336202414135111
Binary101101111111100111110101101111001001010000110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CFA; }

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

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

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

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

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

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

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

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