Html Css Color HEX #BB15FC Electric Purple

📋 copy color: '#BB15FC'

red 187 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #BB15FC

Tints of Electric Purple #BB15FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.78%

R = 40.65%
G = 4.57%
B = 54.78%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB15FC (or 0xBB15FC) is known color: Electric Purple. HEX triplet: BB, 15 and FC. RGB value is (187,21,252). Sum of RGB (Red+Green+Blue) = 187+21+252=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 21 (8.59% from 255 or 4.57% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB15FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15FC is #44EA03. Grayscale: #606060. Windows color (decimal): -4516356 or 16520635. OLE color: 16520635.

HSL color Cylindrical-coordinate representation of color #BB15FC: hue angle of 283.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB15FC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 21 252 -
CMYK 0.26 0.92 0 0.01
HSL 283.12º 0.97% 0.54% -
HSV(B) 283.12º 0.92% 0.99% -
XYZ 38.33 18.13 93.57 -
YUV 96.97 215.5 192.22 -
System Red Green Blue C M Y K H S L
Decimal 187 21 252 0.26 0.92 0 0.01 283.12 0.97 0.54
Hex BB 15 FC 1A 5C 0 1 11B 61 36
Octal 273 25 374 32 134 0 1 433 141 66
Binary 10111011 10101 11111100 11010 1011100 0 1 100011011 1100001 110110

Color Harmonies of #BB15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15FC

Black with #BB15FC

Text Example


Text Example

White with #BB15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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