Html Css Color HEX #BB14FE Electric Purple

📋 copy color: '#BB14FE'

red 187 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #BB14FE

Tints of Electric Purple #BB14FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.34%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 40.56%
G = 4.34%
B = 55.1%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB14FE (or 0xBB14FE) is known color: Electric Purple. HEX triplet: BB, 14 and FE. RGB value is (187,20,254). Sum of RGB (Red+Green+Blue) = 187+20+254=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FE is #44EB01. Grayscale: #5F5F5F. Windows color (decimal): -4516610 or 16651451. OLE color: 16651451.

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

Color convert

RGB 187 20 254 -
CMYK 0.26 0.92 0 0.00
HSL 282.82º 0.99% 0.54% -
HSV(B) 282.82º 0.92% 1% -
XYZ 38.63 18.22 95.25 -
YUV 96.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 187 20 254 0.26 0.92 0 0.00 282.82 0.99 0.54
Hex BB 14 FE 1A 5C 0 0 11B 63 36
Octal 273 24 376 32 134 0 0 433 143 66
Binary 10111011 10100 11111110 11010 1011100 0 0 100011011 1100011 110110

Color Harmonies of #BB14FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14FE

Black with #BB14FE

Text Example


Text Example

White with #BB14FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14FE; }

 p { color: rgb(187,20,254); }

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

background-color css

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

 a { background-color: rgb(187,20,254); }

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

border-color css

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

 span { border-color: rgb(187,20,254); }

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