Html Css Color HEX #BB1FEF Electric Purple

📋 copy color: '#BB1FEF'

red 187 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #BB1FEF

Tints of Electric Purple #BB1FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 40.92%
G = 6.78%
B = 52.3%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB1FEF (or 0xBB1FEF) is known color: Electric Purple. HEX triplet: BB, 1F and EF. RGB value is (187,31,239). Sum of RGB (Red+Green+Blue) = 187+31+239=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FEF is #44E010. Grayscale: #646464. Windows color (decimal): -4513809 or 15671227. OLE color: 15671227.

HSL color Cylindrical-coordinate representation of color #BB1FEF: hue angle of 285º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1FEF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 31 239 -
CMYK 0.22 0.87 0 0.06
HSL 285º 0.87% 0.53% -
HSV(B) 285º 0.87% 0.94% -
XYZ 36.56 17.78 83.17 -
YUV 101.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 187 31 239 0.22 0.87 0 0.06 285 0.87 0.53
Hex BB 1F EF 16 57 0 6 11D 57 35
Octal 273 37 357 26 127 0 6 435 127 65
Binary 10111011 11111 11101111 10110 1010111 0 110 100011101 1010111 110101

Color Harmonies of #BB1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FEF

Black with #BB1FEF

Text Example


Text Example

White with #BB1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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