Html Css Color HEX #B222FD Electric Purple

📋 copy color: '#B222FD'

red 178 ◦ green 34 ◦ blue 253

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

Shades of Electric Purple #B222FD

Tints of Electric Purple #B222FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 38.28%
G = 7.31%
B = 54.41%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B222FD (or 0xB222FD) is known color: Electric Purple. HEX triplet: B2, 22 and FD. RGB value is (178,34,253). Sum of RGB (Red+Green+Blue) = 178+34+253=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #B222FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B222FD is #4DDD02. Grayscale: #656565. Windows color (decimal): -5102851 or 16589490. OLE color: 16589490.

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

Color convert

RGB 178 34 253 -
CMYK 0.30 0.87 0 0.01
HSL 279.45º 0.98% 0.56% -
HSV(B) 279.45º 0.87% 0.99% -
XYZ 36.66 17.7 94.41 -
YUV 102.02 213.21 182.19 -
System Red Green Blue C M Y K H S L
Decimal 178 34 253 0.30 0.87 0 0.01 279.45 0.98 0.56
Hex B2 22 FD 1E 57 0 1 117 62 38
Octal 262 42 375 36 127 0 1 427 142 70
Binary 10110010 100010 11111101 11110 1010111 0 1 100010111 1100010 111000

Color Harmonies of #B222FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222FD

Black with #B222FD

Text Example


Text Example

White with #B222FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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