Html Css Color HEX #B201EC Electric Purple

📋 copy color: '#B201EC'

red 178 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #B201EC

Tints of Electric Purple #B201EC

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 42.89%
G = 0.24%
B = 56.87%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B201EC (or 0xB201EC) is known color: Electric Purple. HEX triplet: B2, 01 and EC. RGB value is (178,1,236). Sum of RGB (Red+Green+Blue) = 178+1+236=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #B201EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201EC is #4DFE13. Grayscale: #4F4F4F. Windows color (decimal): -5111316 or 15466930. OLE color: 15466930.

HSL color Cylindrical-coordinate representation of color #B201EC: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201EC is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 1 236 -
CMYK 0.25 1.00 0 0.07
HSL 285.19º 0.99% 0.46% -
HSV(B) 285.19º 1% 0.93% -
XYZ 33.51 15.54 80.59 -
YUV 80.71 215.64 197.39 -
System Red Green Blue C M Y K H S L
Decimal 178 1 236 0.25 1.00 0 0.07 285.19 0.99 0.46
Hex B2 1 EC 19 64 0 7 11D 63 2E
Octal 262 1 354 31 144 0 7 435 143 56
Binary 10110010 1 11101100 11001 1100100 0 111 100011101 1100011 101110

Color Harmonies of #B201EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201EC

Black with #B201EC

Text Example


Text Example

White with #B201EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201EC; }

 p { color: rgb(178,1,236); }

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

background-color css

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

 a { background-color: rgb(178,1,236); }

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

border-color css

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

 span { border-color: rgb(178,1,236); }

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