Html Css Color HEX #B362FF Heliotrope

📋 copy color: '#B362FF'

red 179 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #B362FF

Tints of Heliotrope #B362FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.42%

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

R = 33.65%
G = 18.42%
B = 47.93%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B362FF (or 0xB362FF) is known color: Heliotrope. HEX triplet: B3, 62 and FF. RGB value is (179,98,255). Sum of RGB (Red+Green+Blue) = 179+98+255=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B362FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362FF is #4C9D00. Grayscale: #8B8B8B. Windows color (decimal): -5020929 or 16736947. OLE color: 16736947.

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

Color convert

RGB 179 98 255 -
CMYK 0.30 0.62 0 0
HSL 270.96º 1% 0.69% -
HSV(B) 270.96º 0.62% 1% -
XYZ 41.01 25.54 97.38 -
YUV 140.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 179 98 255 0.30 0.62 0 0 270.96 1 0.69
Hex B3 62 FF 1E 3E 0 0 10F 64 45
Octal 263 142 377 36 76 0 0 417 144 105
Binary 10110011 1100010 11111111 11110 111110 0 0 100001111 1100100 1000101

Color Harmonies of #B362FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362FF

Black with #B362FF

Text Example


Text Example

White with #B362FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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