Html Css Color HEX #B363FF Heliotrope

📋 copy color: '#B363FF'

red 179 ◦ green 99 ◦ blue 255

#B363FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #B363FF

Tints of Heliotrope #B363FF

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 value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B363FF (or 0xB363FF) is known color: 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

RGB 179 99 255 -
CMYK 0.30 0.61 0 0
HSL 270.77º 1% 0.69% -
HSV(B) 270.77º 0.61% 1% -
XYZ 41.1 25.73 97.41 -
YUV 140.7 192.5 155.32 -
System Red Green Blue C M Y K H S L
Decimal 179 99 255 0.30 0.61 0 0 270.77 1 0.69
Hex B3 63 FF 1E 3D 0 0 10F 64 45
Octal 263 143 377 36 75 0 0 417 144 105
Binary 10110011 1100011 11111111 11110 111101 0 0 100001111 1100100 1000101

Color Harmonies of #B363FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363FF

Black with #B363FF

Text Example


Text Example

White with #B363FF

Text Example


Text Example

HTML Codes & Css Web 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>