Html Css Color HEX #BB01EC Electric Purple

📋 copy color: '#BB01EC'

red 187 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #BB01EC

Tints of Electric Purple #BB01EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 44.1%
G = 0.24%
B = 55.66%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB01EC (or 0xBB01EC) is known color: Electric Purple. HEX triplet: BB, 01 and EC. RGB value is (187,1,236). Sum of RGB (Red+Green+Blue) = 187+1+236=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01EC is #44FE13. Grayscale: #525252. Windows color (decimal): -4521492 or 15466939. OLE color: 15466939.

HSL color Cylindrical-coordinate representation of color #BB01EC: hue angle of 287.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01EC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 1 236 -
CMYK 0.21 1.00 0 0.07
HSL 287.49º 0.99% 0.46% -
HSV(B) 287.49º 1% 0.93% -
XYZ 35.64 16.64 80.69 -
YUV 83.4 214.12 201.89 -
System Red Green Blue C M Y K H S L
Decimal 187 1 236 0.21 1.00 0 0.07 287.49 0.99 0.46
Hex BB 1 EC 15 64 0 7 11F 63 2E
Octal 273 1 354 25 144 0 7 437 143 56
Binary 10111011 1 11101100 10101 1100100 0 111 100011111 1100011 101110

Color Harmonies of #BB01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01EC

Black with #BB01EC

Text Example


Text Example

White with #BB01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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