Html Css Color HEX #BB14FC Electric Purple

📋 copy color: '#BB14FC'

red 187 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #BB14FC

Tints of Electric Purple #BB14FC

RGB

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

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

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

R = 40.74%
G = 4.36%
B = 54.9%

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

#BB14FC (or 0xBB14FC) is known color: Electric Purple. HEX triplet: BB, 14 and FC. RGB value is (187,20,252). Sum of RGB (Red+Green+Blue) = 187+20+252=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB14FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14FC is #44EB03. Grayscale: #5F5F5F. Windows color (decimal): -4516612 or 16520379. OLE color: 16520379.

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

Color convert

RGB 187 20 252 -
CMYK 0.26 0.92 0 0.01
HSL 283.19º 0.97% 0.53% -
HSV(B) 283.19º 0.92% 0.99% -
XYZ 38.31 18.09 93.57 -
YUV 96.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 187 20 252 0.26 0.92 0 0.01 283.19 0.97 0.53
Hex BB 14 FC 1A 5C 0 1 11B 61 35
Octal 273 24 374 32 134 0 1 433 141 65
Binary 10111011 10100 11111100 11010 1011100 0 1 100011011 1100001 110101

Color Harmonies of #BB14FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14FC

Black with #BB14FC

Text Example


Text Example

White with #BB14FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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