#B672F9

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

Shades of Heliotrope #B672F9

Tints of Heliotrope #B672F9

Color information

#B672F9 (or 0xB672F9) is unknown color: approx Heliotrope. HEX triplet: B6, 72 and F9. RGB value is (182,114,249). Sum of RGB (Red+Green+Blue) = 182+114+249=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #B672F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672F9 is #498D06. Grayscale: #959595. Windows color (decimal): -4820231 or 16347830. OLE color: 16347830.

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

Color convert

RGB182114249-
CMYK0.270.5400.02
HSL270.22º91.84%71.18%-
HSV(B)270.22º54.22%97.65%-
XYZ42.4128.8292.95-
YUV149.72184.03151.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 114 (44.92% from 255) = 20.92%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=33.39%
G=20.92%
B=45.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821142490.270.5400.02270.2291.8471.18
HexB672F91B360210e5c47
Octal266162371336602416134107
Binary101101101110010111110011101111011001010000111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672F9; }

 p { color: rgb(182,114,249); }

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

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

 a { background-color: rgb(182,114,249); }

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

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

 span { border-color: rgb(182,114,249); }

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