Html Css Color HEX #B201EE Electric Purple

📋 copy color: '#B201EE'

red 178 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #B201EE

Tints of Electric Purple #B201EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 42.69%
G = 0.24%
B = 57.07%

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

#B201EE (or 0xB201EE) is known color: Electric Purple. HEX triplet: B2, 01 and EE. RGB value is (178,1,238). Sum of RGB (Red+Green+Blue) = 178+1+238=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #B201EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201EE is #4DFE11. Grayscale: #505050. Windows color (decimal): -5111314 or 15598002. OLE color: 15598002.

HSL color Cylindrical-coordinate representation of color #B201EE: hue angle of 284.81º 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 #B201EE is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 1 238 -
CMYK 0.25 1.00 0 0.07
HSL 284.81º 0.99% 0.47% -
HSV(B) 284.81º 1% 0.93% -
XYZ 33.8 15.66 82.13 -
YUV 80.94 216.64 197.23 -
System Red Green Blue C M Y K H S L
Decimal 178 1 238 0.25 1.00 0 0.07 284.81 0.99 0.47
Hex B2 1 EE 19 64 0 7 11D 63 2F
Octal 262 1 356 31 144 0 7 435 143 57
Binary 10110010 1 11101110 11001 1100100 0 111 100011101 1100011 101111

Color Harmonies of #B201EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201EE

Black with #B201EE

Text Example


Text Example

White with #B201EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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