#B363FF

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

Shades of Heliotrope #B363FF

Tints of Heliotrope #B363FF

Color information

#B363FF (or 0xB363FF) is unknown color: approx Heliotrope. HEX triplet: B3, 63 and FF. RGB value is (179,99,255). Sum of RGB (Red+Green+Blue) = 179+99+255=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B363FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B363FF is #4C9C00. Grayscale: #8C8C8C. Windows color (decimal): -5020673 or 16737203. OLE color: 16737203.

HSL color Cylindrical-coordinate representation of color #B363FF: hue angle of 270.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B363FF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17999255-
CMYK0.300.6100
HSL270.77º100%69.41%-
HSV(B)270.77º61.18%100%-
XYZ41.125.7397.41-
YUV140.7192.5155.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 255 (100% from 255) = 47.84%
R=33.58%
G=18.57%
B=47.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179992550.300.6100270.7710069.41
HexB363FF1E3D0010f6445
Octal263143377367500417144105
Binary10110011110001111111111111101111010010000111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363FF; }

 p { color: rgb(179,99,255); }

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

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

 a { background-color: rgb(179,99,255); }

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

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

 span { border-color: rgb(179,99,255); }

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