Html Css Color HEX #B01AFF Electric Purple

📋 copy color: '#B01AFF'

red 176 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #B01AFF

Tints of Electric Purple #B01AFF

RGB

 RED value IS 176 (69.14% from 255) = 38.51%

 GREEN value IS 26 (10.55% from 255) = 5.69%

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

R = 38.51%
G = 5.69%
B = 55.8%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B01AFF (or 0xB01AFF) is known color: Electric Purple. HEX triplet: B0, 1A and FF. RGB value is (176,26,255). Sum of RGB (Red+Green+Blue) = 176+26+255=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B01AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01AFF is #4FE500. Grayscale: #606060. Windows color (decimal): -5235969 or 16718512. OLE color: 16718512.

HSL color Cylindrical-coordinate representation of color #B01AFF: hue angle of 279.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01AFF is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 26 255 -
CMYK 0.31 0.90 0 0
HSL 279.3º 1% 0.55% -
HSV(B) 279.3º 0.9% 1% -
XYZ 36.32 17.19 96.01 -
YUV 96.96 217.2 184.38 -
System Red Green Blue C M Y K H S L
Decimal 176 26 255 0.31 0.90 0 0 279.3 1 0.55
Hex B0 1A FF 1F 5A 0 0 117 64 37
Octal 260 32 377 37 132 0 0 427 144 67
Binary 10110000 11010 11111111 11111 1011010 0 0 100010111 1100100 110111

Color Harmonies of #B01AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AFF

Black with #B01AFF

Text Example


Text Example

White with #B01AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AFF; }

 p { color: rgb(176,26,255); }

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

background-color css

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

 a { background-color: rgb(176,26,255); }

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

border-color css

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

 span { border-color: rgb(176,26,255); }

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