#B671FB

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

Shades of Heliotrope #B671FB

Tints of Heliotrope #B671FB

Color information

#B671FB (or 0xB671FB) is unknown color: approx Heliotrope. HEX triplet: B6, 71 and FB. RGB value is (182,113,251). Sum of RGB (Red+Green+Blue) = 182+113+251=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B671FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671FB is #498E04. Grayscale: #949494. Windows color (decimal): -4820485 or 16478646. OLE color: 16478646.

HSL color Cylindrical-coordinate representation of color #B671FB: hue angle of 270º 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 #B671FB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182113251-
CMYK0.270.5500.02
HSL270º94.52%71.37%-
HSV(B)270º54.98%98.43%-
XYZ42.6128.7294.56-
YUV149.36185.36151.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 20.70%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=33.33%
G=20.70%
B=45.97%

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
Decimal1821132510.270.5500.0227094.5271.37
HexB671FB1B370210e5f47
Octal266161373336702416137107
Binary101101101110001111110111101111011101010000111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671FB; }

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

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

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

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

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

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

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

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