Html Css Color HEX #BB10F9 Electric Purple

📋 copy color: '#BB10F9'

red 187 ◦ green 16 ◦ blue 249

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

Shades of Electric Purple #BB10F9

Tints of Electric Purple #BB10F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.09%

R = 41.37%
G = 3.54%
B = 55.09%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB10F9 (or 0xBB10F9) is known color: Electric Purple. HEX triplet: BB, 10 and F9. RGB value is (187,16,249). Sum of RGB (Red+Green+Blue) = 187+16+249=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB10F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10F9 is #44EF06. Grayscale: #5C5C5C. Windows color (decimal): -4517639 or 16322747. OLE color: 16322747.

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

Color convert

RGB 187 16 249 -
CMYK 0.25 0.94 0 0.02
HSL 284.03º 0.95% 0.52% -
HSV(B) 284.03º 0.94% 0.98% -
XYZ 37.78 17.77 91.06 -
YUV 93.69 215.65 194.55 -
System Red Green Blue C M Y K H S L
Decimal 187 16 249 0.25 0.94 0 0.02 284.03 0.95 0.52
Hex BB 10 F9 19 5E 0 2 11C 5F 34
Octal 273 20 371 31 136 0 2 434 137 64
Binary 10111011 10000 11111001 11001 1011110 0 10 100011100 1011111 110100

Color Harmonies of #BB10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10F9

Black with #BB10F9

Text Example


Text Example

White with #BB10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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