Html Css Color HEX #B022F9 Electric Purple

📋 copy color: '#B022F9'

red 176 ◦ green 34 ◦ blue 249

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

Shades of Electric Purple #B022F9

Tints of Electric Purple #B022F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.25%

R = 38.34%
G = 7.41%
B = 54.25%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B022F9 (or 0xB022F9) is known color: Electric Purple. HEX triplet: B0, 22 and F9. RGB value is (176,34,249). Sum of RGB (Red+Green+Blue) = 176+34+249=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #B022F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022F9 is #4FDD06. Grayscale: #646464. Windows color (decimal): -5233927 or 16327344. OLE color: 16327344.

HSL color Cylindrical-coordinate representation of color #B022F9: hue angle of 279.63º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B022F9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 34 249 -
CMYK 0.29 0.86 0 0.02
HSL 279.63º 0.95% 0.55% -
HSV(B) 279.63º 0.86% 0.98% -
XYZ 35.58 17.21 91.07 -
YUV 100.97 211.54 181.52 -
System Red Green Blue C M Y K H S L
Decimal 176 34 249 0.29 0.86 0 0.02 279.63 0.95 0.55
Hex B0 22 F9 1D 56 0 2 118 5F 37
Octal 260 42 371 35 126 0 2 430 137 67
Binary 10110000 100010 11111001 11101 1010110 0 10 100011000 1011111 110111

Color Harmonies of #B022F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022F9

Black with #B022F9

Text Example


Text Example

White with #B022F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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