Html Css Color HEX #B212FF Electric Purple

📋 copy color: '#B212FF'

red 178 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #B212FF

Tints of Electric Purple #B212FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.99%

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

R = 39.47%
G = 3.99%
B = 56.54%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B212FF (or 0xB212FF) is known color: Electric Purple. HEX triplet: B2, 12 and FF. RGB value is (178,18,255). Sum of RGB (Red+Green+Blue) = 178+18+255=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #B212FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FF is #4DED00. Grayscale: #5C5C5C. Windows color (decimal): -5106945 or 16716466. OLE color: 16716466.

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

Color convert

RGB 178 18 255 -
CMYK 0.30 0.93 0 0
HSL 280.51º 1% 0.54% -
HSV(B) 280.51º 0.93% 1% -
XYZ 36.63 17.12 95.98 -
YUV 92.86 219.51 188.73 -
System Red Green Blue C M Y K H S L
Decimal 178 18 255 0.30 0.93 0 0 280.51 1 0.54
Hex B2 12 FF 1E 5D 0 0 119 64 36
Octal 262 22 377 36 135 0 0 431 144 66
Binary 10110010 10010 11111111 11110 1011101 0 0 100011001 1100100 110110

Color Harmonies of #B212FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212FF

Black with #B212FF

Text Example


Text Example

White with #B212FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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