#B771FB

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

Shades of Heliotrope #B771FB

Tints of Heliotrope #B771FB

Color information

#B771FB (or 0xB771FB) is unknown color: approx Heliotrope. HEX triplet: B7, 71 and FB. RGB value is (183,113,251). Sum of RGB (Red+Green+Blue) = 183+113+251=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B771FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771FB is #488E04. Grayscale: #959595. Windows color (decimal): -4754949 or 16478647. OLE color: 16478647.

HSL color Cylindrical-coordinate representation of color #B771FB: hue angle of 270.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B771FB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183113251-
CMYK0.270.5500.02
HSL270.43º94.52%71.37%-
HSV(B)270.43º54.98%98.43%-
XYZ42.8528.8494.58-
YUV149.66185.19151.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=33.46%
G=20.66%
B=45.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831132510.270.5500.02270.4394.5271.37
HexB771FB1B370210e5f47
Octal267161373336702416137107
Binary101101111110001111110111101111011101010000111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771FB; }

 p { color: rgb(183,113,251); }

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

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

 a { background-color: rgb(183,113,251); }

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

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

 span { border-color: rgb(183,113,251); }

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