Html Css Color HEX #BB22FA Electric Purple

📋 copy color: '#BB22FA'

red 187 ◦ green 34 ◦ blue 250

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

Shades of Electric Purple #BB22FA

Tints of Electric Purple #BB22FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 39.7%
G = 7.22%
B = 53.08%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB22FA (or 0xBB22FA) is known color: Electric Purple. HEX triplet: BB, 22 and FA. RGB value is (187,34,250). Sum of RGB (Red+Green+Blue) = 187+34+250=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB22FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22FA is #44DD05. Grayscale: #676767. Windows color (decimal): -4513030 or 16392891. OLE color: 16392891.

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

Color convert

RGB 187 34 250 -
CMYK 0.25 0.86 0 0.02
HSL 282.5º 0.96% 0.56% -
HSV(B) 282.5º 0.86% 0.98% -
XYZ 38.32 18.61 92.02 -
YUV 104.37 210.19 186.94 -
System Red Green Blue C M Y K H S L
Decimal 187 34 250 0.25 0.86 0 0.02 282.5 0.96 0.56
Hex BB 22 FA 19 56 0 2 11A 60 38
Octal 273 42 372 31 126 0 2 432 140 70
Binary 10111011 100010 11111010 11001 1010110 0 10 100011010 1100000 111000

Color Harmonies of #BB22FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22FA

Black with #BB22FA

Text Example


Text Example

White with #BB22FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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