Html Css Color HEX #BB24E6 Electric Purple

📋 copy color: '#BB24E6'

red 187 ◦ green 36 ◦ blue 230

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

Shades of Electric Purple #BB24E6

Tints of Electric Purple #BB24E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.77%

R = 41.28%
G = 7.95%
B = 50.77%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB24E6 (or 0xBB24E6) is known color: Electric Purple. HEX triplet: BB, 24 and E6. RGB value is (187,36,230). Sum of RGB (Red+Green+Blue) = 187+36+230=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB24E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24E6 is #44DB19. Grayscale: #666666. Windows color (decimal): -4512538 or 15082683. OLE color: 15082683.

HSL color Cylindrical-coordinate representation of color #BB24E6: hue angle of 286.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB24E6 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 36 230 -
CMYK 0.19 0.84 0 0.10
HSL 286.7º 0.8% 0.52% -
HSV(B) 286.7º 0.84% 0.9% -
XYZ 35.41 17.54 76.38 -
YUV 103.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 187 36 230 0.19 0.84 0 0.10 286.7 0.8 0.52
Hex BB 24 E6 13 54 0 A 11F 50 34
Octal 273 44 346 23 124 0 12 437 120 64
Binary 10111011 100100 11100110 10011 1010100 0 1010 100011111 1010000 110100

Color Harmonies of #BB24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24E6

Black with #BB24E6

Text Example


Text Example

White with #BB24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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