Html Css Color HEX #BB1AED Electric Purple

📋 copy color: '#BB1AED'

red 187 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #BB1AED

Tints of Electric Purple #BB1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.78%

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

R = 41.56%
G = 5.78%
B = 52.67%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB1AED (or 0xBB1AED) is known color: Electric Purple. HEX triplet: BB, 1A and ED. RGB value is (187,26,237). Sum of RGB (Red+Green+Blue) = 187+26+237=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AED is #44E512. Grayscale: #616161. Windows color (decimal): -4515091 or 15538875. OLE color: 15538875.

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

Color convert

RGB 187 26 237 -
CMYK 0.21 0.89 0 0.07
HSL 285.78º 0.85% 0.52% -
HSV(B) 285.78º 0.89% 0.93% -
XYZ 36.15 17.42 81.58 -
YUV 98.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 187 26 237 0.21 0.89 0 0.07 285.78 0.85 0.52
Hex BB 1A ED 15 59 0 7 11E 55 34
Octal 273 32 355 25 131 0 7 436 125 64
Binary 10111011 11010 11101101 10101 1011001 0 111 100011110 1010101 110100

Color Harmonies of #BB1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AED

Black with #BB1AED

Text Example


Text Example

White with #BB1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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