Html Css Color HEX #BB1BFE Electric Purple

📋 copy color: '#BB1BFE'

red 187 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #BB1BFE

Tints of Electric Purple #BB1BFE

RGB

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

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

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

R = 39.96%
G = 5.77%
B = 54.27%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB1BFE (or 0xBB1BFE) is known color: Electric Purple. HEX triplet: BB, 1B and FE. RGB value is (187,27,254). Sum of RGB (Red+Green+Blue) = 187+27+254=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB1BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BFE is #44E401. Grayscale: #636363. Windows color (decimal): -4514818 or 16653243. OLE color: 16653243.

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

Color convert

RGB 187 27 254 -
CMYK 0.26 0.89 0 0.00
HSL 282.29º 0.99% 0.55% -
HSV(B) 282.29º 0.89% 1% -
XYZ 38.77 18.5 95.29 -
YUV 100.72 214.51 189.54 -
System Red Green Blue C M Y K H S L
Decimal 187 27 254 0.26 0.89 0 0.00 282.29 0.99 0.55
Hex BB 1B FE 1A 59 0 0 11A 63 37
Octal 273 33 376 32 131 0 0 432 143 67
Binary 10111011 11011 11111110 11010 1011001 0 0 100011010 1100011 110111

Color Harmonies of #BB1BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BFE

Black with #BB1BFE

Text Example


Text Example

White with #BB1BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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