Html Css Color HEX #B210FF Electric Purple

📋 copy color: '#B210FF'

red 178 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #B210FF

Tints of Electric Purple #B210FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 39.64%
G = 3.56%
B = 56.79%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B210FF (or 0xB210FF) is known color: Electric Purple. HEX triplet: B2, 10 and FF. RGB value is (178,16,255). Sum of RGB (Red+Green+Blue) = 178+16+255=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B210FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210FF is #4DEF00. Grayscale: #5A5A5A. Windows color (decimal): -5107457 or 16715954. OLE color: 16715954.

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

Color convert

RGB 178 16 255 -
CMYK 0.30 0.94 0 0
HSL 280.67º 1% 0.53% -
HSV(B) 280.67º 0.94% 1% -
XYZ 36.6 17.06 95.97 -
YUV 91.68 220.17 189.57 -
System Red Green Blue C M Y K H S L
Decimal 178 16 255 0.30 0.94 0 0 280.67 1 0.53
Hex B2 10 FF 1E 5E 0 0 119 64 35
Octal 262 20 377 36 136 0 0 431 144 65
Binary 10110010 10000 11111111 11110 1011110 0 0 100011001 1100100 110101

Color Harmonies of #B210FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210FF

Black with #B210FF

Text Example


Text Example

White with #B210FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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