Html Css Color HEX #B210ED Electric Purple

📋 copy color: '#B210ED'

red 178 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #B210ED

Tints of Electric Purple #B210ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 41.3%
G = 3.71%
B = 54.99%

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

#B210ED (or 0xB210ED) is known color: Electric Purple. HEX triplet: B2, 10 and ED. RGB value is (178,16,237). Sum of RGB (Red+Green+Blue) = 178+16+237=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #B210ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210ED is #4DEF12. Grayscale: #585858. Windows color (decimal): -5107475 or 15536306. OLE color: 15536306.

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

Color convert

RGB 178 16 237 -
CMYK 0.25 0.93 0 0.07
HSL 283.98º 0.87% 0.5% -
HSV(B) 283.98º 0.93% 0.93% -
XYZ 33.83 15.95 81.42 -
YUV 89.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 178 16 237 0.25 0.93 0 0.07 283.98 0.87 0.5
Hex B2 10 ED 19 5D 0 7 11C 57 32
Octal 262 20 355 31 135 0 7 434 127 62
Binary 10110010 10000 11101101 11001 1011101 0 111 100011100 1010111 110010

Color Harmonies of #B210ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210ED

Black with #B210ED

Text Example


Text Example

White with #B210ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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