Html Css Color HEX #BB24FE Electric Purple

📋 copy color: '#BB24FE'

red 187 ◦ green 36 ◦ blue 254

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

Shades of Electric Purple #BB24FE

Tints of Electric Purple #BB24FE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.55%

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

R = 39.2%
G = 7.55%
B = 53.25%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB24FE (or 0xBB24FE) is known color: Electric Purple. HEX triplet: BB, 24 and FE. RGB value is (187,36,254). Sum of RGB (Red+Green+Blue) = 187+36+254=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB24FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24FE is #44DB01. Grayscale: #696969. Windows color (decimal): -4512514 or 16655547. OLE color: 16655547.

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

Color convert

RGB 187 36 254 -
CMYK 0.26 0.86 0 0.00
HSL 281.56º 0.99% 0.57% -
HSV(B) 281.56º 0.86% 1% -
XYZ 39.01 18.98 95.37 -
YUV 106 211.53 185.77 -
System Red Green Blue C M Y K H S L
Decimal 187 36 254 0.26 0.86 0 0.00 281.56 0.99 0.57
Hex BB 24 FE 1A 56 0 0 11A 63 39
Octal 273 44 376 32 126 0 0 432 143 71
Binary 10111011 100100 11111110 11010 1010110 0 0 100011010 1100011 111001

Color Harmonies of #BB24FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24FE

Black with #BB24FE

Text Example


Text Example

White with #BB24FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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