Html Css Color HEX #BB1FEE Electric Purple

📋 copy color: '#BB1FEE'

red 187 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #BB1FEE

Tints of Electric Purple #BB1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 41.01%
G = 6.8%
B = 52.19%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB1FEE (or 0xBB1FEE) is known color: Electric Purple. HEX triplet: BB, 1F and EE. RGB value is (187,31,238). Sum of RGB (Red+Green+Blue) = 187+31+238=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FEE is #44E011. Grayscale: #646464. Windows color (decimal): -4513810 or 15605691. OLE color: 15605691.

HSL color Cylindrical-coordinate representation of color #BB1FEE: hue angle of 285.22º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1FEE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 31 238 -
CMYK 0.21 0.87 0 0.07
HSL 285.22º 0.86% 0.53% -
HSV(B) 285.22º 0.87% 0.93% -
XYZ 36.42 17.72 82.39 -
YUV 101.24 205.18 189.17 -
System Red Green Blue C M Y K H S L
Decimal 187 31 238 0.21 0.87 0 0.07 285.22 0.86 0.53
Hex BB 1F EE 15 57 0 7 11D 56 35
Octal 273 37 356 25 127 0 7 435 126 65
Binary 10111011 11111 11101110 10101 1010111 0 111 100011101 1010110 110101

Color Harmonies of #BB1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FEE

Black with #BB1FEE

Text Example


Text Example

White with #BB1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FEE; }

 p { color: rgb(187,31,238); }

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

background-color css

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

 a { background-color: rgb(187,31,238); }

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

border-color css

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

 span { border-color: rgb(187,31,238); }

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