Html Css Color HEX #BB1FE1 Electric Purple

📋 copy color: '#BB1FE1'

red 187 ◦ green 31 ◦ blue 225

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

Shades of Electric Purple #BB1FE1

Tints of Electric Purple #BB1FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.79%

R = 42.21%
G = 7%
B = 50.79%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB1FE1 (or 0xBB1FE1) is known color: Electric Purple. HEX triplet: BB, 1F and E1. RGB value is (187,31,225). Sum of RGB (Red+Green+Blue) = 187+31+225=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB1FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FE1 is #44E01E. Grayscale: #636363. Windows color (decimal): -4513823 or 14753723. OLE color: 14753723.

HSL color Cylindrical-coordinate representation of color #BB1FE1: hue angle of 288.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1FE1 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 31 225 -
CMYK 0.17 0.86 0 0.12
HSL 288.25º 0.76% 0.5% -
HSV(B) 288.25º 0.86% 0.88% -
XYZ 34.57 16.98 72.69 -
YUV 99.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 187 31 225 0.17 0.86 0 0.12 288.25 0.76 0.5
Hex BB 1F E1 11 56 0 C 120 4C 32
Octal 273 37 341 21 126 0 14 440 114 62
Binary 10111011 11111 11100001 10001 1010110 0 1100 100100000 1001100 110010

Color Harmonies of #BB1FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FE1

Black with #BB1FE1

Text Example


Text Example

White with #BB1FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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