Html Css Color HEX #BB1EFF Electric Purple

📋 copy color: '#BB1EFF'

red 187 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #BB1EFF

Tints of Electric Purple #BB1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.36%

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

R = 39.62%
G = 6.36%
B = 54.03%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB1EFF (or 0xBB1EFF) is known color: Electric Purple. HEX triplet: BB, 1E and FF. RGB value is (187,30,255). Sum of RGB (Red+Green+Blue) = 187+30+255=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EFF is #44E100. Grayscale: #656565. Windows color (decimal): -4514049 or 16719547. OLE color: 16719547.

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

Color convert

RGB 187 30 255 -
CMYK 0.27 0.88 0 0
HSL 281.87º 1% 0.56% -
HSV(B) 281.87º 0.88% 1% -
XYZ 39.01 18.71 96.16 -
YUV 102.59 214.01 188.2 -
System Red Green Blue C M Y K H S L
Decimal 187 30 255 0.27 0.88 0 0 281.87 1 0.56
Hex BB 1E FF 1B 58 0 0 11A 64 38
Octal 273 36 377 33 130 0 0 432 144 70
Binary 10111011 11110 11111111 11011 1011000 0 0 100011010 1100100 111000

Color Harmonies of #BB1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EFF

Black with #BB1EFF

Text Example


Text Example

White with #BB1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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