Html Css Color HEX #BB22FF Electric Purple

📋 copy color: '#BB22FF'

red 187 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #BB22FF

Tints of Electric Purple #BB22FF

RGB

 RED value IS 187 (73.44% from 255) = 39.29%

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

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

R = 39.29%
G = 7.14%
B = 53.57%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB22FF (or 0xBB22FF) is known color: Electric Purple. HEX triplet: BB, 22 and FF. RGB value is (187,34,255). Sum of RGB (Red+Green+Blue) = 187+34+255=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22FF is #44DD00. Grayscale: #686868. Windows color (decimal): -4513025 or 16720571. OLE color: 16720571.

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

Color convert

RGB 187 34 255 -
CMYK 0.27 0.87 0 0
HSL 281.54º 1% 0.57% -
HSV(B) 281.54º 0.87% 1% -
XYZ 39.12 18.93 96.2 -
YUV 104.94 212.69 186.53 -
System Red Green Blue C M Y K H S L
Decimal 187 34 255 0.27 0.87 0 0 281.54 1 0.57
Hex BB 22 FF 1B 57 0 0 11A 64 39
Octal 273 42 377 33 127 0 0 432 144 71
Binary 10111011 100010 11111111 11011 1010111 0 0 100011010 1100100 111001

Color Harmonies of #BB22FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22FF

Black with #BB22FF

Text Example


Text Example

White with #BB22FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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