Html Css Color HEX #B212FA Electric Purple

📋 copy color: '#B212FA'

red 178 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #B212FA

Tints of Electric Purple #B212FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 39.91%
G = 4.04%
B = 56.05%

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

#B212FA (or 0xB212FA) is known color: Electric Purple. HEX triplet: B2, 12 and FA. RGB value is (178,18,250). Sum of RGB (Red+Green+Blue) = 178+18+250=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #B212FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FA is #4DED05. Grayscale: #5B5B5B. Windows color (decimal): -5106950 or 16388786. OLE color: 16388786.

HSL color Cylindrical-coordinate representation of color #B212FA: hue angle of 281.38º degrees, saturation: 0.96, 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 #B212FA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 18 250 -
CMYK 0.29 0.93 0 0.02
HSL 281.38º 0.96% 0.53% -
HSV(B) 281.38º 0.93% 0.98% -
XYZ 35.83 16.8 91.8 -
YUV 92.29 217.01 189.14 -
System Red Green Blue C M Y K H S L
Decimal 178 18 250 0.29 0.93 0 0.02 281.38 0.96 0.53
Hex B2 12 FA 1D 5D 0 2 119 60 35
Octal 262 22 372 35 135 0 2 431 140 65
Binary 10110010 10010 11111010 11101 1011101 0 10 100011001 1100000 110101

Color Harmonies of #B212FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212FA

Black with #B212FA

Text Example


Text Example

White with #B212FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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