#B675FE

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

Shades of Heliotrope #B675FE

Tints of Heliotrope #B675FE

Color information

#B675FE (or 0xB675FE) is unknown color: approx Heliotrope. HEX triplet: B6, 75 and FE. RGB value is (182,117,254). Sum of RGB (Red+Green+Blue) = 182+117+254=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B675FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B675FE is #498A01. Grayscale: #979797. Windows color (decimal): -4819458 or 16676278. OLE color: 16676278.

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

Color convert

RGB182117254-
CMYK0.280.5400.00
HSL268.47º98.56%72.75%-
HSV(B)268.47º53.94%99.61%-
XYZ43.5429.8297.23-
YUV152.05185.53149.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=32.91%
G=21.16%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821172540.280.5400.00268.4798.5672.75
HexB675FE1C360010c6349
Octal266165376346600414143111
Binary10110110111010111111110111001101100010000110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675FE; }

 p { color: rgb(182,117,254); }

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

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

 a { background-color: rgb(182,117,254); }

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

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

 span { border-color: rgb(182,117,254); }

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