Html Css Color HEX #BB25ED Electric Purple

📋 copy color: '#BB25ED'

red 187 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #BB25ED

Tints of Electric Purple #BB25ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.03%

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

R = 40.56%
G = 8.03%
B = 51.41%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB25ED (or 0xBB25ED) is known color: Electric Purple. HEX triplet: BB, 25 and ED. RGB value is (187,37,237). Sum of RGB (Red+Green+Blue) = 187+37+237=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB25ED is #44DA12. Grayscale: #686868. Windows color (decimal): -4512275 or 15541691. OLE color: 15541691.

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

Color convert

RGB 187 37 237 -
CMYK 0.21 0.84 0 0.07
HSL 285º 0.85% 0.54% -
HSV(B) 285º 0.84% 0.93% -
XYZ 36.44 18 81.67 -
YUV 104.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 187 37 237 0.21 0.84 0 0.07 285 0.85 0.54
Hex BB 25 ED 15 54 0 7 11D 55 36
Octal 273 45 355 25 124 0 7 435 125 66
Binary 10111011 100101 11101101 10101 1010100 0 111 100011101 1010101 110110

Color Harmonies of #BB25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25ED

Black with #BB25ED

Text Example


Text Example

White with #BB25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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