Html Css Color HEX #B222FF Electric Purple

📋 copy color: '#B222FF'

red 178 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #B222FF

Tints of Electric Purple #B222FF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.28%

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

R = 38.12%
G = 7.28%
B = 54.6%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B222FF (or 0xB222FF) is known color: Electric Purple. HEX triplet: B2, 22 and FF. RGB value is (178,34,255). Sum of RGB (Red+Green+Blue) = 178+34+255=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B222FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B222FF is #4DDD00. Grayscale: #656565. Windows color (decimal): -5102849 or 16720562. OLE color: 16720562.

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

Color convert

RGB 178 34 255 -
CMYK 0.30 0.87 0 0
HSL 279.1º 1% 0.57% -
HSV(B) 279.1º 0.87% 1% -
XYZ 36.98 17.83 96.1 -
YUV 102.25 214.21 182.03 -
System Red Green Blue C M Y K H S L
Decimal 178 34 255 0.30 0.87 0 0 279.1 1 0.57
Hex B2 22 FF 1E 57 0 0 117 64 39
Octal 262 42 377 36 127 0 0 427 144 71
Binary 10110010 100010 11111111 11110 1010111 0 0 100010111 1100100 111001

Color Harmonies of #B222FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222FF

Black with #B222FF

Text Example


Text Example

White with #B222FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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