Html Css Color HEX #B201ED Electric Purple

📋 copy color: '#B201ED'

red 178 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #B201ED

Tints of Electric Purple #B201ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 42.79%
G = 0.24%
B = 56.97%

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

#B201ED (or 0xB201ED) is known color: Electric Purple. HEX triplet: B2, 01 and ED. RGB value is (178,1,237). Sum of RGB (Red+Green+Blue) = 178+1+237=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #B201ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201ED is #4DFE12. Grayscale: #505050. Windows color (decimal): -5111315 or 15532466. OLE color: 15532466.

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

Color convert

RGB 178 1 237 -
CMYK 0.25 1.00 0 0.07
HSL 285º 0.99% 0.47% -
HSV(B) 285º 1% 0.93% -
XYZ 33.66 15.6 81.36 -
YUV 80.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 178 1 237 0.25 1.00 0 0.07 285 0.99 0.47
Hex B2 1 ED 19 64 0 7 11D 63 2F
Octal 262 1 355 31 144 0 7 435 143 57
Binary 10110010 1 11101101 11001 1100100 0 111 100011101 1100011 101111

Color Harmonies of #B201ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201ED

Black with #B201ED

Text Example


Text Example

White with #B201ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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