Html Css Color HEX #BB01FB Electric Purple

📋 copy color: '#BB01FB'

red 187 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #BB01FB

Tints of Electric Purple #BB01FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 42.6%
G = 0.23%
B = 57.18%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB01FB (or 0xBB01FB) is known color: Electric Purple. HEX triplet: BB, 01 and FB. RGB value is (187,1,251). Sum of RGB (Red+Green+Blue) = 187+1+251=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FB is #44FE04. Grayscale: #545454. Windows color (decimal): -4521477 or 16449979. OLE color: 16449979.

HSL color Cylindrical-coordinate representation of color #BB01FB: hue angle of 284.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FB is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 1 251 -
CMYK 0.25 1.00 0 0.02
HSL 284.64º 0.99% 0.49% -
HSV(B) 284.64º 1% 0.98% -
XYZ 37.92 17.55 92.66 -
YUV 85.11 221.62 200.67 -
System Red Green Blue C M Y K H S L
Decimal 187 1 251 0.25 1.00 0 0.02 284.64 0.99 0.49
Hex BB 1 FB 19 64 0 2 11D 63 31
Octal 273 1 373 31 144 0 2 435 143 61
Binary 10111011 1 11111011 11001 1100100 0 10 100011101 1100011 110001

Color Harmonies of #BB01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01FB

Black with #BB01FB

Text Example


Text Example

White with #BB01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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