Html Css Color HEX #BB14FF Electric Purple

📋 copy color: '#BB14FF'

red 187 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #BB14FF

Tints of Electric Purple #BB14FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 40.48%
G = 4.33%
B = 55.19%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB14FF (or 0xBB14FF) is known color: Electric Purple. HEX triplet: BB, 14 and FF. RGB value is (187,20,255). Sum of RGB (Red+Green+Blue) = 187+20+255=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FF is #44EB00. Grayscale: #5F5F5F. Windows color (decimal): -4516609 or 16716987. OLE color: 16716987.

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

Color convert

RGB 187 20 255 -
CMYK 0.27 0.92 0 0
HSL 282.64º 1% 0.54% -
HSV(B) 282.64º 0.92% 1% -
XYZ 38.79 18.29 96.09 -
YUV 96.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 187 20 255 0.27 0.92 0 0 282.64 1 0.54
Hex BB 14 FF 1B 5C 0 0 11B 64 36
Octal 273 24 377 33 134 0 0 433 144 66
Binary 10111011 10100 11111111 11011 1011100 0 0 100011011 1100100 110110

Color Harmonies of #BB14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14FF

Black with #BB14FF

Text Example


Text Example

White with #BB14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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