#B770FF

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

Shades of Heliotrope #B770FF

Tints of Heliotrope #B770FF

Color information

#B770FF (or 0xB770FF) is unknown color: approx Heliotrope. HEX triplet: B7, 70 and FF. RGB value is (183,112,255). Sum of RGB (Red+Green+Blue) = 183+112+255=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #B770FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770FF is #488F00. Grayscale: #959595. Windows color (decimal): -4755201 or 16740535. OLE color: 16740535.

HSL color Cylindrical-coordinate representation of color #B770FF: hue angle of 269.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B770FF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183112255-
CMYK0.280.5600
HSL269.79º100%71.96%-
HSV(B)269.79º56.08%100%-
XYZ43.3728.8897.9-
YUV149.53187.52151.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 255 (100% from 255) = 46.36%
R=33.27%
G=20.36%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831122550.280.5600269.7910071.96
HexB770FF1C380010e6448
Octal267160377347000416144110
Binary10110111111000011111111111001110000010000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B770FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B770FF; }

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

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

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

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

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

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

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

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