Html Css Color HEX #B201FA Electric Purple

📋 copy color: '#B201FA'

red 178 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #B201FA

Tints of Electric Purple #B201FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 41.49%
G = 0.23%
B = 58.28%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B201FA (or 0xB201FA) is known color: Electric Purple. HEX triplet: B2, 01 and FA. RGB value is (178,1,250). Sum of RGB (Red+Green+Blue) = 178+1+250=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #B201FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B201FA is #4DFE05. Grayscale: #515151. Windows color (decimal): -5111302 or 16384434. OLE color: 16384434.

HSL color Cylindrical-coordinate representation of color #B201FA: hue angle of 282.65º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201FA is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 1 250 -
CMYK 0.29 1.00 0 0.02
HSL 282.65º 0.99% 0.49% -
HSV(B) 282.65º 1% 0.98% -
XYZ 35.63 16.39 91.73 -
YUV 82.31 222.64 196.25 -
System Red Green Blue C M Y K H S L
Decimal 178 1 250 0.29 1.00 0 0.02 282.65 0.99 0.49
Hex B2 1 FA 1D 64 0 2 11B 63 31
Octal 262 1 372 35 144 0 2 433 143 61
Binary 10110010 1 11111010 11101 1100100 0 10 100011011 1100011 110001

Color Harmonies of #B201FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201FA

Black with #B201FA

Text Example


Text Example

White with #B201FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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