Html Css Color HEX #B201E1 Electric Purple

📋 copy color: '#B201E1'

red 178 ◦ green 1 ◦ blue 225

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

Shades of Electric Purple #B201E1

Tints of Electric Purple #B201E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.69%

R = 44.06%
G = 0.25%
B = 55.69%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B201E1 (or 0xB201E1) is known color: Electric Purple. HEX triplet: B2, 01 and E1. RGB value is (178,1,225). Sum of RGB (Red+Green+Blue) = 178+1+225=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #B201E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201E1 is #4DFE1E. Grayscale: #4E4E4E. Windows color (decimal): -5111327 or 14746034. OLE color: 14746034.

HSL color Cylindrical-coordinate representation of color #B201E1: hue angle of 287.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201E1 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 1 225 -
CMYK 0.21 1.00 0 0.12
HSL 287.41º 0.99% 0.44% -
HSV(B) 287.41º 1% 0.88% -
XYZ 31.96 14.92 72.43 -
YUV 79.46 210.14 198.29 -
System Red Green Blue C M Y K H S L
Decimal 178 1 225 0.21 1.00 0 0.12 287.41 0.99 0.44
Hex B2 1 E1 15 64 0 C 11F 63 2C
Octal 262 1 341 25 144 0 14 437 143 54
Binary 10110010 1 11100001 10101 1100100 0 1100 100011111 1100011 101100

Color Harmonies of #B201E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201E1

Black with #B201E1

Text Example


Text Example

White with #B201E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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