Html Css Color HEX #B212FB Electric Purple

📋 copy color: '#B212FB'

red 178 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #B212FB

Tints of Electric Purple #B212FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 39.82%
G = 4.03%
B = 56.15%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B212FB (or 0xB212FB) is known color: Electric Purple. HEX triplet: B2, 12 and FB. RGB value is (178,18,251). Sum of RGB (Red+Green+Blue) = 178+18+251=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #B212FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FB is #4DED04. Grayscale: #5B5B5B. Windows color (decimal): -5106949 or 16454322. OLE color: 16454322.

HSL color Cylindrical-coordinate representation of color #B212FB: hue angle of 281.2º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B212FB is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 18 251 -
CMYK 0.29 0.93 0 0.02
HSL 281.2º 0.97% 0.53% -
HSV(B) 281.2º 0.93% 0.98% -
XYZ 35.99 16.86 92.62 -
YUV 92.4 217.51 189.05 -
System Red Green Blue C M Y K H S L
Decimal 178 18 251 0.29 0.93 0 0.02 281.2 0.97 0.53
Hex B2 12 FB 1D 5D 0 2 119 61 35
Octal 262 22 373 35 135 0 2 431 141 65
Binary 10110010 10010 11111011 11101 1011101 0 10 100011001 1100001 110101

Color Harmonies of #B212FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212FB

Black with #B212FB

Text Example


Text Example

White with #B212FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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