Html Css Color HEX #BB1FE3 Electric Purple

📋 copy color: '#BB1FE3'

red 187 ◦ green 31 ◦ blue 227

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

Shades of Electric Purple #BB1FE3

Tints of Electric Purple #BB1FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.01%

R = 42.02%
G = 6.97%
B = 51.01%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB1FE3 (or 0xBB1FE3) is known color: Electric Purple. HEX triplet: BB, 1F and E3. RGB value is (187,31,227). Sum of RGB (Red+Green+Blue) = 187+31+227=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 227 (89.06% from 255 or 51.01% from 445); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB1FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FE3 is #44E01C. Grayscale: #636363. Windows color (decimal): -4513821 or 14884795. OLE color: 14884795.

HSL color Cylindrical-coordinate representation of color #BB1FE3: hue angle of 287.76º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1FE3 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 31 227 -
CMYK 0.18 0.86 0 0.11
HSL 287.76º 0.78% 0.51% -
HSV(B) 287.76º 0.86% 0.89% -
XYZ 34.85 17.09 74.14 -
YUV 99.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 187 31 227 0.18 0.86 0 0.11 287.76 0.78 0.51
Hex BB 1F E3 12 56 0 B 120 4E 33
Octal 273 37 343 22 126 0 13 440 116 63
Binary 10111011 11111 11100011 10010 1010110 0 1011 100100000 1001110 110011

Color Harmonies of #BB1FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FE3

Black with #BB1FE3

Text Example


Text Example

White with #BB1FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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