Html Css Color HEX #BB0FFE Electric Purple

📋 copy color: '#BB0FFE'

red 187 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #BB0FFE

Tints of Electric Purple #BB0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

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

R = 41.01%
G = 3.29%
B = 55.7%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB0FFE (or 0xBB0FFE) is known color: Electric Purple. HEX triplet: BB, 0F and FE. RGB value is (187,15,254). Sum of RGB (Red+Green+Blue) = 187+15+254=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFE is #44F001. Grayscale: #5C5C5C. Windows color (decimal): -4517890 or 16650171. OLE color: 16650171.

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

Color convert

RGB 187 15 254 -
CMYK 0.26 0.94 0 0.00
HSL 283.18º 0.99% 0.53% -
HSV(B) 283.18º 0.94% 1% -
XYZ 38.55 18.06 95.22 -
YUV 93.67 218.48 194.57 -
System Red Green Blue C M Y K H S L
Decimal 187 15 254 0.26 0.94 0 0.00 283.18 0.99 0.53
Hex BB F FE 1A 5E 0 0 11B 63 35
Octal 273 17 376 32 136 0 0 433 143 65
Binary 10111011 1111 11111110 11010 1011110 0 0 100011011 1100011 110101

Color Harmonies of #BB0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FFE

Black with #BB0FFE

Text Example


Text Example

White with #BB0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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