Html Css Color HEX #BB1EFB Electric Purple

📋 copy color: '#BB1EFB'

red 187 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #BB1EFB

Tints of Electric Purple #BB1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.41%

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

R = 39.96%
G = 6.41%
B = 53.63%

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

#BB1EFB (or 0xBB1EFB) is known color: Electric Purple. HEX triplet: BB, 1E and FB. RGB value is (187,30,251). Sum of RGB (Red+Green+Blue) = 187+30+251=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EFB is #44E104. Grayscale: #656565. Windows color (decimal): -4514053 or 16457403. OLE color: 16457403.

HSL color Cylindrical-coordinate representation of color #BB1EFB: hue angle of 282.62º degrees, saturation: 0.97, 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 #BB1EFB is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 30 251 -
CMYK 0.25 0.88 0 0.02
HSL 282.62º 0.97% 0.55% -
HSV(B) 282.62º 0.88% 0.98% -
XYZ 38.37 18.46 92.81 -
YUV 102.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 187 30 251 0.25 0.88 0 0.02 282.62 0.97 0.55
Hex BB 1E FB 19 58 0 2 11B 61 37
Octal 273 36 373 31 130 0 2 433 141 67
Binary 10111011 11110 11111011 11001 1011000 0 10 100011011 1100001 110111

Color Harmonies of #BB1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EFB

Black with #BB1EFB

Text Example


Text Example

White with #BB1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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