Html Css Color HEX #BB1FFB Electric Purple

📋 copy color: '#BB1FFB'

red 187 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #BB1FFB

Tints of Electric Purple #BB1FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 39.87%
G = 6.61%
B = 53.52%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB1FFB (or 0xBB1FFB) is known color: Electric Purple. HEX triplet: BB, 1F and FB. RGB value is (187,31,251). Sum of RGB (Red+Green+Blue) = 187+31+251=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FFB is #44E004. Grayscale: #666666. Windows color (decimal): -4513797 or 16457659. OLE color: 16457659.

HSL color Cylindrical-coordinate representation of color #BB1FFB: hue angle of 282.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1FFB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 31 251 -
CMYK 0.25 0.88 0 0.02
HSL 282.55º 0.96% 0.55% -
HSV(B) 282.55º 0.88% 0.98% -
XYZ 38.4 18.51 92.82 -
YUV 102.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 187 31 251 0.25 0.88 0 0.02 282.55 0.96 0.55
Hex BB 1F FB 19 58 0 2 11B 60 37
Octal 273 37 373 31 130 0 2 433 140 67
Binary 10111011 11111 11111011 11001 1011000 0 10 100011011 1100000 110111

Color Harmonies of #BB1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FFB

Black with #BB1FFB

Text Example


Text Example

White with #BB1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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