Html Css Color HEX #B210EE Electric Purple

📋 copy color: '#B210EE'

red 178 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #B210EE

Tints of Electric Purple #B210EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 41.2%
G = 3.7%
B = 55.09%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B210EE (or 0xB210EE) is known color: Electric Purple. HEX triplet: B2, 10 and EE. RGB value is (178,16,238). Sum of RGB (Red+Green+Blue) = 178+16+238=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B210EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210EE is #4DEF11. Grayscale: #595959. Windows color (decimal): -5107474 or 15601842. OLE color: 15601842.

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

Color convert

RGB 178 16 238 -
CMYK 0.25 0.93 0 0.07
HSL 283.78º 0.87% 0.5% -
HSV(B) 283.78º 0.93% 0.93% -
XYZ 33.98 16.01 82.19 -
YUV 89.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 178 16 238 0.25 0.93 0 0.07 283.78 0.87 0.5
Hex B2 10 EE 19 5D 0 7 11C 57 32
Octal 262 20 356 31 135 0 7 434 127 62
Binary 10110010 10000 11101110 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B210EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210EE

Black with #B210EE

Text Example


Text Example

White with #B210EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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