Html Css Color HEX #BB0DF8 Electric Purple

📋 copy color: '#BB0DF8'

red 187 ◦ green 13 ◦ blue 248

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

Shades of Electric Purple #BB0DF8

Tints of Electric Purple #BB0DF8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.9%

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

R = 41.74%
G = 2.9%
B = 55.36%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB0DF8 (or 0xBB0DF8) is known color: Electric Purple. HEX triplet: BB, 0D and F8. RGB value is (187,13,248). Sum of RGB (Red+Green+Blue) = 187+13+248=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB0DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0DF8 is #44F207. Grayscale: #5B5B5B. Windows color (decimal): -4518408 or 16256443. OLE color: 16256443.

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

Color convert

RGB 187 13 248 -
CMYK 0.25 0.95 0 0.03
HSL 284.43º 0.94% 0.51% -
HSV(B) 284.43º 0.95% 0.97% -
XYZ 37.58 17.63 90.23 -
YUV 91.82 216.15 195.89 -
System Red Green Blue C M Y K H S L
Decimal 187 13 248 0.25 0.95 0 0.03 284.43 0.94 0.51
Hex BB D F8 19 5F 0 3 11C 5E 33
Octal 273 15 370 31 137 0 3 434 136 63
Binary 10111011 1101 11111000 11001 1011111 0 11 100011100 1011110 110011

Color Harmonies of #BB0DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DF8

Black with #BB0DF8

Text Example


Text Example

White with #BB0DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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