Html Css Color HEX #BB14F9 Electric Purple

📋 copy color: '#BB14F9'

red 187 ◦ green 20 ◦ blue 249

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

Shades of Electric Purple #BB14F9

Tints of Electric Purple #BB14F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.61%

R = 41.01%
G = 4.39%
B = 54.61%

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

#BB14F9 (or 0xBB14F9) is known color: Electric Purple. HEX triplet: BB, 14 and F9. RGB value is (187,20,249). Sum of RGB (Red+Green+Blue) = 187+20+249=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB14F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14F9 is #44EB06. Grayscale: #5F5F5F. Windows color (decimal): -4516615 or 16323771. OLE color: 16323771.

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

Color convert

RGB 187 20 249 -
CMYK 0.25 0.92 0 0.02
HSL 283.76º 0.95% 0.53% -
HSV(B) 283.76º 0.92% 0.98% -
XYZ 37.84 17.9 91.08 -
YUV 96.04 214.33 192.88 -
System Red Green Blue C M Y K H S L
Decimal 187 20 249 0.25 0.92 0 0.02 283.76 0.95 0.53
Hex BB 14 F9 19 5C 0 2 11C 5F 35
Octal 273 24 371 31 134 0 2 434 137 65
Binary 10111011 10100 11111001 11001 1011100 0 10 100011100 1011111 110101

Color Harmonies of #BB14F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14F9

Black with #BB14F9

Text Example


Text Example

White with #BB14F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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