Html Css Color HEX #BB10ED Electric Purple

📋 copy color: '#BB10ED'

red 187 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #BB10ED

Tints of Electric Purple #BB10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 42.5%
G = 3.64%
B = 53.86%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB10ED (or 0xBB10ED) is known color: Electric Purple. HEX triplet: BB, 10 and ED. RGB value is (187,16,237). Sum of RGB (Red+Green+Blue) = 187+16+237=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10ED is #44EF12. Grayscale: #5B5B5B. Windows color (decimal): -4517651 or 15536315. OLE color: 15536315.

HSL color Cylindrical-coordinate representation of color #BB10ED: hue angle of 286.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10ED is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 16 237 -
CMYK 0.21 0.93 0 0.07
HSL 286.43º 0.87% 0.5% -
HSV(B) 286.43º 0.93% 0.93% -
XYZ 35.96 17.05 81.52 -
YUV 92.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 187 16 237 0.21 0.93 0 0.07 286.43 0.87 0.5
Hex BB 10 ED 15 5D 0 7 11E 57 32
Octal 273 20 355 25 135 0 7 436 127 62
Binary 10111011 10000 11101101 10101 1011101 0 111 100011110 1010111 110010

Color Harmonies of #BB10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10ED

Black with #BB10ED

Text Example


Text Example

White with #BB10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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