Html Css Color HEX #BB10F0 Electric Purple

📋 copy color: '#BB10F0'

red 187 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #BB10F0

Tints of Electric Purple #BB10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

 BLUE value IS 240 (94.14% from 255) = 54.18%

R = 42.21%
G = 3.61%
B = 54.18%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB10F0 (or 0xBB10F0) is known color: Electric Purple. HEX triplet: BB, 10 and F0. RGB value is (187,16,240). Sum of RGB (Red+Green+Blue) = 187+16+240=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10F0 is #44EF0F. Grayscale: #5B5B5B. Windows color (decimal): -4517648 or 15732923. OLE color: 15732923.

HSL color Cylindrical-coordinate representation of color #BB10F0: hue angle of 285.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10F0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 16 240 -
CMYK 0.22 0.93 0 0.06
HSL 285.8º 0.88% 0.5% -
HSV(B) 285.8º 0.93% 0.94% -
XYZ 36.41 17.23 83.84 -
YUV 92.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 187 16 240 0.22 0.93 0 0.06 285.8 0.88 0.5
Hex BB 10 F0 16 5D 0 6 11E 58 32
Octal 273 20 360 26 135 0 6 436 130 62
Binary 10111011 10000 11110000 10110 1011101 0 110 100011110 1011000 110010

Color Harmonies of #BB10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10F0

Black with #BB10F0

Text Example


Text Example

White with #BB10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10F0; }

 p { color: rgb(187,16,240); }

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

background-color css

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

 a { background-color: rgb(187,16,240); }

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

border-color css

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

 span { border-color: rgb(187,16,240); }

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