Html Css Color HEX #BB16FC Electric Purple

📋 copy color: '#BB16FC'

red 187 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #BB16FC

Tints of Electric Purple #BB16FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

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

R = 40.56%
G = 4.77%
B = 54.66%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB16FC (or 0xBB16FC) is known color: Electric Purple. HEX triplet: BB, 16 and FC. RGB value is (187,22,252). Sum of RGB (Red+Green+Blue) = 187+22+252=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16FC is #44E903. Grayscale: #606060. Windows color (decimal): -4516100 or 16520891. OLE color: 16520891.

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

Color convert

RGB 187 22 252 -
CMYK 0.26 0.91 0 0.01
HSL 283.04º 0.97% 0.54% -
HSV(B) 283.04º 0.91% 0.99% -
XYZ 38.35 18.17 93.58 -
YUV 97.56 215.16 191.8 -
System Red Green Blue C M Y K H S L
Decimal 187 22 252 0.26 0.91 0 0.01 283.04 0.97 0.54
Hex BB 16 FC 1A 5B 0 1 11B 61 36
Octal 273 26 374 32 133 0 1 433 141 66
Binary 10111011 10110 11111100 11010 1011011 0 1 100011011 1100001 110110

Color Harmonies of #BB16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16FC

Black with #BB16FC

Text Example


Text Example

White with #BB16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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