Html Css Color HEX #BB25EC Electric Purple

📋 copy color: '#BB25EC'

red 187 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #BB25EC

Tints of Electric Purple #BB25EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 40.65%
G = 8.04%
B = 51.3%

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

#BB25EC (or 0xBB25EC) is known color: Electric Purple. HEX triplet: BB, 25 and EC. RGB value is (187,37,236). Sum of RGB (Red+Green+Blue) = 187+37+236=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB25EC is #44DA13. Grayscale: #676767. Windows color (decimal): -4512276 or 15476155. OLE color: 15476155.

HSL color Cylindrical-coordinate representation of color #BB25EC: hue angle of 285.23º degrees, saturation: 0.84, 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 #BB25EC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 37 236 -
CMYK 0.21 0.84 0 0.07
HSL 285.23º 0.84% 0.54% -
HSV(B) 285.23º 0.84% 0.93% -
XYZ 36.3 17.94 80.91 -
YUV 104.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 187 37 236 0.21 0.84 0 0.07 285.23 0.84 0.54
Hex BB 25 EC 15 54 0 7 11D 54 36
Octal 273 45 354 25 124 0 7 435 124 66
Binary 10111011 100101 11101100 10101 1010100 0 111 100011101 1010100 110110

Color Harmonies of #BB25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25EC

Black with #BB25EC

Text Example


Text Example

White with #BB25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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