Html Css Color HEX #B200FE Electric Purple

📋 copy color: '#B200FE'

red 178 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #B200FE

Tints of Electric Purple #B200FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 41.2%
G = 0%
B = 58.8%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B200FE (or 0xB200FE) is known color: Electric Purple. HEX triplet: B2, 00 and FE. RGB value is (178,0,254). Sum of RGB (Red+Green+Blue) = 178+0+254=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #B200FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200FE is #4DFF01. Grayscale: #515151. Windows color (decimal): -5111554 or 16646322. OLE color: 16646322.

HSL color Cylindrical-coordinate representation of color #B200FE: hue angle of 282.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200FE is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 0 254 -
CMYK 0.30 1 0 0.00
HSL 282.05º 1% 0.5% -
HSV(B) 282.05º 1% 1% -
XYZ 36.25 16.62 95.06 -
YUV 82.18 224.97 196.35 -
System Red Green Blue C M Y K H S L
Decimal 178 0 254 0.30 1 0 0.00 282.05 1 0.5
Hex B2 0 FE 1E 64 0 0 11A 64 32
Octal 262 0 376 36 144 0 0 432 144 62
Binary 10110010 0 11111110 11110 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B200FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200FE

Black with #B200FE

Text Example


Text Example

White with #B200FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200FE; }

 p { color: rgb(178,0,254); }

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

background-color css

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

 a { background-color: rgb(178,0,254); }

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

border-color css

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

 span { border-color: rgb(178,0,254); }

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