Html Css Color HEX #BB0BFE Electric Purple

📋 copy color: '#BB0BFE'

red 187 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #BB0BFE

Tints of Electric Purple #BB0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.43%

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

R = 41.37%
G = 2.43%
B = 56.19%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB0BFE (or 0xBB0BFE) is known color: Electric Purple. HEX triplet: BB, 0B and FE. RGB value is (187,11,254). Sum of RGB (Red+Green+Blue) = 187+11+254=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BFE is #44F401. Grayscale: #5A5A5A. Windows color (decimal): -4518914 or 16649147. OLE color: 16649147.

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

Color convert

RGB 187 11 254 -
CMYK 0.26 0.96 0 0.00
HSL 283.46º 0.99% 0.52% -
HSV(B) 283.46º 0.96% 1% -
XYZ 38.5 17.96 95.2 -
YUV 91.33 219.81 196.24 -
System Red Green Blue C M Y K H S L
Decimal 187 11 254 0.26 0.96 0 0.00 283.46 0.99 0.52
Hex BB B FE 1A 60 0 0 11B 63 34
Octal 273 13 376 32 140 0 0 433 143 64
Binary 10111011 1011 11111110 11010 1100000 0 0 100011011 1100011 110100

Color Harmonies of #BB0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BFE

Black with #BB0BFE

Text Example


Text Example

White with #BB0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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