#B770F5

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

Shades of Heliotrope #B770F5

Tints of Heliotrope #B770F5

Color information

#B770F5 (or 0xB770F5) is unknown color: approx Heliotrope. HEX triplet: B7, 70 and F5. RGB value is (183,112,245). Sum of RGB (Red+Green+Blue) = 183+112+245=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #B770F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770F5 is #488F0A. Grayscale: #939393. Windows color (decimal): -4755211 or 16085175. OLE color: 16085175.

HSL color Cylindrical-coordinate representation of color #B770F5: hue angle of 272.03º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B770F5 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183112245-
CMYK0.250.5400.04
HSL272.03º86.93%70%-
HSV(B)272.03º54.29%96.08%-
XYZ41.828.2589.64-
YUV148.39182.52152.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.89%
GREEN value IS 112 (44.14% from 255) = 20.74%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=33.89%
G=20.74%
B=45.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831122450.250.5400.04272.0386.9370
HexB770F51936041105746
Octal267160365316604420127106
Binary1011011111100001111010111001110110010010001000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770F5; }

 p { color: rgb(183,112,245); }

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

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

 a { background-color: rgb(183,112,245); }

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

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

 span { border-color: rgb(183,112,245); }

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