Html Css Color HEX #BB05ED Electric Purple

📋 copy color: '#BB05ED'

red 187 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #BB05ED

Tints of Electric Purple #BB05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 43.59%
G = 1.17%
B = 55.24%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB05ED (or 0xBB05ED) is known color: Electric Purple. HEX triplet: BB, 05 and ED. RGB value is (187,5,237). Sum of RGB (Red+Green+Blue) = 187+5+237=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB05ED is #44FA12. Grayscale: #555555. Windows color (decimal): -4520467 or 15533499. OLE color: 15533499.

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

Color convert

RGB 187 5 237 -
CMYK 0.21 0.98 0 0.07
HSL 287.07º 0.96% 0.47% -
HSV(B) 287.07º 0.98% 0.93% -
XYZ 35.83 16.79 81.47 -
YUV 85.87 213.3 200.14 -
System Red Green Blue C M Y K H S L
Decimal 187 5 237 0.21 0.98 0 0.07 287.07 0.96 0.47
Hex BB 5 ED 15 62 0 7 11F 60 2F
Octal 273 5 355 25 142 0 7 437 140 57
Binary 10111011 101 11101101 10101 1100010 0 111 100011111 1100000 101111

Color Harmonies of #BB05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05ED

Black with #BB05ED

Text Example


Text Example

White with #BB05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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