Html Css Color HEX #BB25FE Electric Purple

📋 copy color: '#BB25FE'

red 187 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #BB25FE

Tints of Electric Purple #BB25FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 39.12%
G = 7.74%
B = 53.14%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB25FE (or 0xBB25FE) is known color: Electric Purple. HEX triplet: BB, 25 and FE. RGB value is (187,37,254). Sum of RGB (Red+Green+Blue) = 187+37+254=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB25FE is #44DA01. Grayscale: #696969. Windows color (decimal): -4512258 or 16655803. OLE color: 16655803.

HSL color Cylindrical-coordinate representation of color #BB25FE: hue angle of 281.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB25FE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 37 254 -
CMYK 0.26 0.85 0 0.00
HSL 281.47º 0.99% 0.57% -
HSV(B) 281.47º 0.85% 1% -
XYZ 39.04 19.04 95.38 -
YUV 106.59 211.2 185.36 -
System Red Green Blue C M Y K H S L
Decimal 187 37 254 0.26 0.85 0 0.00 281.47 0.99 0.57
Hex BB 25 FE 1A 55 0 0 119 63 39
Octal 273 45 376 32 125 0 0 431 143 71
Binary 10111011 100101 11111110 11010 1010101 0 0 100011001 1100011 111001

Color Harmonies of #BB25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25FE

Black with #BB25FE

Text Example


Text Example

White with #BB25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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