Html Css Color HEX #BB2BFE Electric Purple

📋 copy color: '#BB2BFE'

red 187 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #BB2BFE

Tints of Electric Purple #BB2BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.88%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 38.64%
G = 8.88%
B = 52.48%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB2BFE (or 0xBB2BFE) is known color: Electric Purple. HEX triplet: BB, 2B and FE. RGB value is (187,43,254). Sum of RGB (Red+Green+Blue) = 187+43+254=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB2BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BFE is #44D401. Grayscale: #6D6D6D. Windows color (decimal): -4510722 or 16657339. OLE color: 16657339.

HSL color Cylindrical-coordinate representation of color #BB2BFE: hue angle of 280.95º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2BFE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 43 254 -
CMYK 0.26 0.83 0 0.00
HSL 280.95º 0.99% 0.58% -
HSV(B) 280.95º 0.83% 1% -
XYZ 39.25 19.45 95.45 -
YUV 110.11 209.21 182.84 -
System Red Green Blue C M Y K H S L
Decimal 187 43 254 0.26 0.83 0 0.00 280.95 0.99 0.58
Hex BB 2B FE 1A 53 0 0 119 63 3A
Octal 273 53 376 32 123 0 0 431 143 72
Binary 10111011 101011 11111110 11010 1010011 0 0 100011001 1100011 111010

Color Harmonies of #BB2BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BFE

Black with #BB2BFE

Text Example


Text Example

White with #BB2BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BFE; }

 p { color: rgb(187,43,254); }

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

background-color css

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

 a { background-color: rgb(187,43,254); }

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

border-color css

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

 span { border-color: rgb(187,43,254); }

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