#b77cf7

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

Shades of Heliotrope #B77CF7

Tints of Heliotrope #B77CF7

Color information

#B77CF7 (or 0xB77CF7) is unknown color: approx Heliotrope. HEX triplet: B7, 7C and F7. RGB value is (183,124,247). Sum of RGB (Red+Green+Blue) = 183+124+247=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #B77CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CF7 is #488308. Grayscale: #9B9B9B. Windows color (decimal): -4752137 or 16219319. OLE color: 16219319.

HSL color Cylindrical-coordinate representation of color #B77CF7: hue angle of 268.78º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77CF7 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183124247-
CMYK0.260.5000.03
HSL268.78º88.49%72.75%-
HSV(B)268.78º49.8%96.86%-
XYZ43.5231.291.72-
YUV155.66179.55147.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 124 (48.83% from 255) = 22.38%
BLUE value IS 247 (96.88% from 255) = 44.58%
R=33.03%
G=22.38%
B=44.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831242470.260.5000.03268.7888.4972.75
HexB77CF71A320310d5849
Octal267174367326203415130111
Binary101101111111100111101111101011001001110000110110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77cf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77cf7; }

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

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

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

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

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

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

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

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