#B778FD

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

Shades of Heliotrope #B778FD

Tints of Heliotrope #B778FD

Color information

#B778FD (or 0xB778FD) is unknown color: approx Heliotrope. HEX triplet: B7, 78 and FD. RGB value is (183,120,253). Sum of RGB (Red+Green+Blue) = 183+120+253=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #B778FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778FD is #488702. Grayscale: #999999. Windows color (decimal): -4753155 or 16611511. OLE color: 16611511.

HSL color Cylindrical-coordinate representation of color #B778FD: hue angle of 268.42º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B778FD is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183120253-
CMYK0.280.5300.01
HSL268.42º97.08%73.14%-
HSV(B)268.42º52.57%99.22%-
XYZ43.9730.5996.52-
YUV154183.87148.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=32.91%
G=21.58%
B=45.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831202530.280.5300.01268.4297.0873.14
HexB778FD1C350110c6149
Octal267170375346501414141111
Binary10110111111100011111101111001101010110000110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778FD; }

 p { color: rgb(183,120,253); }

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

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

 a { background-color: rgb(183,120,253); }

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

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

 span { border-color: rgb(183,120,253); }

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