Html Css Color HEX #B022FD Electric Purple

📋 copy color: '#B022FD'

red 176 ◦ green 34 ◦ blue 253

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

Shades of Electric Purple #B022FD

Tints of Electric Purple #B022FD

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

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

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

R = 38.01%
G = 7.34%
B = 54.64%

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

#B022FD (or 0xB022FD) is known color: Electric Purple. HEX triplet: B0, 22 and FD. RGB value is (176,34,253). Sum of RGB (Red+Green+Blue) = 176+34+253=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 34 (13.67% from 255 or 7.34% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B022FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022FD is #4FDD02. Grayscale: #646464. Windows color (decimal): -5233923 or 16589488. OLE color: 16589488.

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

Color convert

RGB 176 34 253 -
CMYK 0.30 0.87 0 0.01
HSL 278.9º 0.98% 0.56% -
HSV(B) 278.9º 0.87% 0.99% -
XYZ 36.21 17.47 94.39 -
YUV 101.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 176 34 253 0.30 0.87 0 0.01 278.9 0.98 0.56
Hex B0 22 FD 1E 57 0 1 117 62 38
Octal 260 42 375 36 127 0 1 427 142 70
Binary 10110000 100010 11111101 11110 1010111 0 1 100010111 1100010 111000

Color Harmonies of #B022FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022FD

Black with #B022FD

Text Example


Text Example

White with #B022FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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