Html Css Color HEX #BB1EFA Electric Purple

📋 copy color: '#BB1EFA'

red 187 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #BB1EFA

Tints of Electric Purple #BB1EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 40.04%
G = 6.42%
B = 53.53%

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

#BB1EFA (or 0xBB1EFA) is known color: Electric Purple. HEX triplet: BB, 1E and FA. RGB value is (187,30,250). Sum of RGB (Red+Green+Blue) = 187+30+250=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EFA is #44E105. Grayscale: #656565. Windows color (decimal): -4514054 or 16391867. OLE color: 16391867.

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

Color convert

RGB 187 30 250 -
CMYK 0.25 0.88 0 0.02
HSL 282.82º 0.96% 0.55% -
HSV(B) 282.82º 0.88% 0.98% -
XYZ 38.21 18.4 91.98 -
YUV 102.02 211.51 188.61 -
System Red Green Blue C M Y K H S L
Decimal 187 30 250 0.25 0.88 0 0.02 282.82 0.96 0.55
Hex BB 1E FA 19 58 0 2 11B 60 37
Octal 273 36 372 31 130 0 2 433 140 67
Binary 10111011 11110 11111010 11001 1011000 0 10 100011011 1100000 110111

Color Harmonies of #BB1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EFA

Black with #BB1EFA

Text Example


Text Example

White with #BB1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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