Html Css Color HEX #B365FF Heliotrope

📋 copy color: '#B365FF'

red 179 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #B365FF

Tints of Heliotrope #B365FF

RGB

 RED value IS 179 (70.31% from 255) = 33.46%

 GREEN value IS 101 (39.84% from 255) = 18.88%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 33.46%
G = 18.88%
B = 47.66%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B365FF (or 0xB365FF) is known color: Heliotrope. HEX triplet: B3, 65 and FF. RGB value is (179,101,255). Sum of RGB (Red+Green+Blue) = 179+101+255=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B365FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365FF is #4C9A00. Grayscale: #8D8D8D. Windows color (decimal): -5020161 or 16737715. OLE color: 16737715.

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

Color convert

RGB 179 101 255 -
CMYK 0.30 0.60 0 0
HSL 270.39º 1% 0.7% -
HSV(B) 270.39º 0.6% 1% -
XYZ 41.29 26.11 97.47 -
YUV 141.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 179 101 255 0.30 0.60 0 0 270.39 1 0.7
Hex B3 65 FF 1E 3C 0 0 10E 64 46
Octal 263 145 377 36 74 0 0 416 144 106
Binary 10110011 1100101 11111111 11110 111100 0 0 100001110 1100100 1000110

Color Harmonies of #B365FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B365FF

Black with #B365FF

Text Example


Text Example

White with #B365FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B365FF; }

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

 H1.HeaderClassName
 {
   color: #B365FF;
 }
 .AnyTagClassName
 {
   color: #B365FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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