Html Css Color HEX #B213FF Electric Purple

📋 copy color: '#B213FF'

red 178 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #B213FF

Tints of Electric Purple #B213FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

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

R = 39.38%
G = 4.2%
B = 56.42%

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

#B213FF (or 0xB213FF) is known color: Electric Purple. HEX triplet: B2, 13 and FF. RGB value is (178,19,255). Sum of RGB (Red+Green+Blue) = 178+19+255=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B213FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B213FF is #4DEC00. Grayscale: #5C5C5C. Windows color (decimal): -5106689 or 16716722. OLE color: 16716722.

HSL color Cylindrical-coordinate representation of color #B213FF: hue angle of 280.42º 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 #B213FF is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 178 19 255 -
CMYK 0.30 0.93 0 0
HSL 280.42º 1% 0.54% -
HSV(B) 280.42º 0.93% 1% -
XYZ 36.64 17.15 95.99 -
YUV 93.45 219.18 188.31 -
System Red Green Blue C M Y K H S L
Decimal 178 19 255 0.30 0.93 0 0 280.42 1 0.54
Hex B2 13 FF 1E 5D 0 0 118 64 36
Octal 262 23 377 36 135 0 0 430 144 66
Binary 10110010 10011 11111111 11110 1011101 0 0 100011000 1100100 110110

Color Harmonies of #B213FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213FF

Black with #B213FF

Text Example


Text Example

White with #B213FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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