Html Css Color HEX #BB14FB Electric Purple

📋 copy color: '#BB14FB'

red 187 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #BB14FB

Tints of Electric Purple #BB14FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 40.83%
G = 4.37%
B = 54.8%

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

#BB14FB (or 0xBB14FB) is known color: Electric Purple. HEX triplet: BB, 14 and FB. RGB value is (187,20,251). Sum of RGB (Red+Green+Blue) = 187+20+251=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FB is #44EB04. Grayscale: #5F5F5F. Windows color (decimal): -4516613 or 16454843. OLE color: 16454843.

HSL color Cylindrical-coordinate representation of color #BB14FB: hue angle of 283.38º degrees, saturation: 0.97, 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 #BB14FB is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 20 251 -
CMYK 0.25 0.92 0 0.02
HSL 283.38º 0.97% 0.53% -
HSV(B) 283.38º 0.92% 0.98% -
XYZ 38.16 18.03 92.74 -
YUV 96.27 215.33 192.72 -
System Red Green Blue C M Y K H S L
Decimal 187 20 251 0.25 0.92 0 0.02 283.38 0.97 0.53
Hex BB 14 FB 19 5C 0 2 11B 61 35
Octal 273 24 373 31 134 0 2 433 141 65
Binary 10111011 10100 11111011 11001 1011100 0 10 100011011 1100001 110101

Color Harmonies of #BB14FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14FB

Black with #BB14FB

Text Example


Text Example

White with #BB14FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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