Html Css Color HEX #BB1AF6 Electric Purple

📋 copy color: '#BB1AF6'

red 187 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #BB1AF6

Tints of Electric Purple #BB1AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.59%

R = 40.74%
G = 5.66%
B = 53.59%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB1AF6 (or 0xBB1AF6) is known color: Electric Purple. HEX triplet: BB, 1A and F6. RGB value is (187,26,246). Sum of RGB (Red+Green+Blue) = 187+26+246=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 26 (10.55% from 255 or 5.66% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB1AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1AF6 is #44E509. Grayscale: #626262. Windows color (decimal): -4515082 or 16128699. OLE color: 16128699.

HSL color Cylindrical-coordinate representation of color #BB1AF6: hue angle of 283.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1AF6 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 26 246 -
CMYK 0.24 0.89 0 0.04
HSL 283.91º 0.92% 0.53% -
HSV(B) 283.91º 0.89% 0.96% -
XYZ 37.5 17.96 88.68 -
YUV 99.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 187 26 246 0.24 0.89 0 0.04 283.91 0.92 0.53
Hex BB 1A F6 18 59 0 4 11C 5C 35
Octal 273 32 366 30 131 0 4 434 134 65
Binary 10111011 11010 11110110 11000 1011001 0 100 100011100 1011100 110101

Color Harmonies of #BB1AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AF6

Black with #BB1AF6

Text Example


Text Example

White with #BB1AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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