#B675FD

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

Shades of Heliotrope #B675FD

Tints of Heliotrope #B675FD

Color information

#B675FD (or 0xB675FD) is unknown color: approx Heliotrope. HEX triplet: B6, 75 and FD. RGB value is (182,117,253). Sum of RGB (Red+Green+Blue) = 182+117+253=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #B675FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B675FD is #498A02. Grayscale: #979797. Windows color (decimal): -4819459 or 16610742. OLE color: 16610742.

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

Color convert

RGB182117253-
CMYK0.280.5400.01
HSL268.68º97.14%72.55%-
HSV(B)268.68º53.75%99.22%-
XYZ43.3829.7696.39-
YUV151.94185.03149.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=32.97%
G=21.20%
B=45.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821172530.280.5400.01268.6897.1472.55
HexB675FD1C360110d6149
Octal266165375346601415141111
Binary10110110111010111111101111001101100110000110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675FD; }

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

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

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

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

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

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

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

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