Html Css Color HEX #BB1BFB Electric Purple

📋 copy color: '#BB1BFB'

red 187 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #BB1BFB

Tints of Electric Purple #BB1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

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

R = 40.22%
G = 5.81%
B = 53.98%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB1BFB (or 0xBB1BFB) is known color: Electric Purple. HEX triplet: BB, 1B and FB. RGB value is (187,27,251). Sum of RGB (Red+Green+Blue) = 187+27+251=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BFB is #44E404. Grayscale: #636363. Windows color (decimal): -4514821 or 16456635. OLE color: 16456635.

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

Color convert

RGB 187 27 251 -
CMYK 0.25 0.89 0 0.02
HSL 282.86º 0.97% 0.55% -
HSV(B) 282.86º 0.89% 0.98% -
XYZ 38.3 18.31 92.78 -
YUV 100.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 187 27 251 0.25 0.89 0 0.02 282.86 0.97 0.55
Hex BB 1B FB 19 59 0 2 11B 61 37
Octal 273 33 373 31 131 0 2 433 141 67
Binary 10111011 11011 11111011 11001 1011001 0 10 100011011 1100001 110111

Color Harmonies of #BB1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BFB

Black with #BB1BFB

Text Example


Text Example

White with #BB1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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