Html Css Color HEX #BB0FF8 Electric Purple

📋 copy color: '#BB0FF8'

red 187 ◦ green 15 ◦ blue 248

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

Shades of Electric Purple #BB0FF8

Tints of Electric Purple #BB0FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.11%

R = 41.56%
G = 3.33%
B = 55.11%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB0FF8 (or 0xBB0FF8) is known color: Electric Purple. HEX triplet: BB, 0F and F8. RGB value is (187,15,248). Sum of RGB (Red+Green+Blue) = 187+15+248=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB0FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FF8 is #44F007. Grayscale: #5C5C5C. Windows color (decimal): -4517896 or 16256955. OLE color: 16256955.

HSL color Cylindrical-coordinate representation of color #BB0FF8: hue angle of 284.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FF8 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 15 248 -
CMYK 0.25 0.94 0 0.03
HSL 284.29º 0.94% 0.52% -
HSV(B) 284.29º 0.94% 0.97% -
XYZ 37.61 17.68 90.24 -
YUV 92.99 215.48 195.05 -
System Red Green Blue C M Y K H S L
Decimal 187 15 248 0.25 0.94 0 0.03 284.29 0.94 0.52
Hex BB F F8 19 5E 0 3 11C 5E 34
Octal 273 17 370 31 136 0 3 434 136 64
Binary 10111011 1111 11111000 11001 1011110 0 11 100011100 1011110 110100

Color Harmonies of #BB0FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FF8

Black with #BB0FF8

Text Example


Text Example

White with #BB0FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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