Html Css Color HEX #BB02FA Electric Purple

📋 copy color: '#BB02FA'

red 187 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #BB02FA

Tints of Electric Purple #BB02FA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 42.6%
G = 0.46%
B = 56.95%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB02FA (or 0xBB02FA) is known color: Electric Purple. HEX triplet: BB, 02 and FA. RGB value is (187,2,250). Sum of RGB (Red+Green+Blue) = 187+2+250=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB02FA is #44FD05. Grayscale: #545454. Windows color (decimal): -4521222 or 16384699. OLE color: 16384699.

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

Color convert

RGB 187 2 250 -
CMYK 0.25 0.99 0 0.02
HSL 284.76º 0.98% 0.49% -
HSV(B) 284.76º 0.99% 0.98% -
XYZ 37.77 17.51 91.83 -
YUV 85.59 220.79 200.33 -
System Red Green Blue C M Y K H S L
Decimal 187 2 250 0.25 0.99 0 0.02 284.76 0.98 0.49
Hex BB 2 FA 19 63 0 2 11D 62 31
Octal 273 2 372 31 143 0 2 435 142 61
Binary 10111011 10 11111010 11001 1100011 0 10 100011101 1100010 110001

Color Harmonies of #BB02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02FA

Black with #BB02FA

Text Example


Text Example

White with #BB02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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