Html Css Color HEX #BB15FA Electric Purple

📋 copy color: '#BB15FA'

red 187 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #BB15FA

Tints of Electric Purple #BB15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.59%

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

R = 40.83%
G = 4.59%
B = 54.59%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB15FA (or 0xBB15FA) is known color: Electric Purple. HEX triplet: BB, 15 and FA. RGB value is (187,21,250). Sum of RGB (Red+Green+Blue) = 187+21+250=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15FA is #44EA05. Grayscale: #5F5F5F. Windows color (decimal): -4516358 or 16389563. OLE color: 16389563.

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

Color convert

RGB 187 21 250 -
CMYK 0.25 0.92 0 0.02
HSL 283.49º 0.96% 0.53% -
HSV(B) 283.49º 0.92% 0.98% -
XYZ 38.02 18 91.91 -
YUV 96.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 187 21 250 0.25 0.92 0 0.02 283.49 0.96 0.53
Hex BB 15 FA 19 5C 0 2 11B 60 35
Octal 273 25 372 31 134 0 2 433 140 65
Binary 10111011 10101 11111010 11001 1011100 0 10 100011011 1100000 110101

Color Harmonies of #BB15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15FA

Black with #BB15FA

Text Example


Text Example

White with #BB15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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