Html Css Color HEX #B212FC Electric Purple

📋 copy color: '#B212FC'

red 178 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #B212FC

Tints of Electric Purple #B212FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 39.73%
G = 4.02%
B = 56.25%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B212FC (or 0xB212FC) is known color: Electric Purple. HEX triplet: B2, 12 and FC. RGB value is (178,18,252). Sum of RGB (Red+Green+Blue) = 178+18+252=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #B212FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212FC is #4DED03. Grayscale: #5B5B5B. Windows color (decimal): -5106948 or 16519858. OLE color: 16519858.

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

Color convert

RGB 178 18 252 -
CMYK 0.29 0.93 0 0.01
HSL 281.03º 0.98% 0.53% -
HSV(B) 281.03º 0.93% 0.99% -
XYZ 36.15 16.93 93.46 -
YUV 92.52 218.01 188.97 -
System Red Green Blue C M Y K H S L
Decimal 178 18 252 0.29 0.93 0 0.01 281.03 0.98 0.53
Hex B2 12 FC 1D 5D 0 1 119 62 35
Octal 262 22 374 35 135 0 1 431 142 65
Binary 10110010 10010 11111100 11101 1011101 0 1 100011001 1100010 110101

Color Harmonies of #B212FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212FC

Black with #B212FC

Text Example


Text Example

White with #B212FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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