Html Css Color HEX #B210EC Electric Purple

📋 copy color: '#B210EC'

red 178 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B210EC

Tints of Electric Purple #B210EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 41.4%
G = 3.72%
B = 54.88%

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

#B210EC (or 0xB210EC) is known color: Electric Purple. HEX triplet: B2, 10 and EC. RGB value is (178,16,236). Sum of RGB (Red+Green+Blue) = 178+16+236=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #B210EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210EC is #4DEF13. Grayscale: #585858. Windows color (decimal): -5107476 or 15470770. OLE color: 15470770.

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

Color convert

RGB 178 16 236 -
CMYK 0.25 0.93 0 0.07
HSL 284.18º 0.87% 0.49% -
HSV(B) 284.18º 0.93% 0.93% -
XYZ 33.69 15.89 80.65 -
YUV 89.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 178 16 236 0.25 0.93 0 0.07 284.18 0.87 0.49
Hex B2 10 EC 19 5D 0 7 11C 57 31
Octal 262 20 354 31 135 0 7 434 127 61
Binary 10110010 10000 11101100 11001 1011101 0 111 100011100 1010111 110001

Color Harmonies of #B210EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210EC

Black with #B210EC

Text Example


Text Example

White with #B210EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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