Html Css Color HEX #BB19F6 Electric Purple

📋 copy color: '#BB19F6'

red 187 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #BB19F6

Tints of Electric Purple #BB19F6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.46%

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

R = 40.83%
G = 5.46%
B = 53.71%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB19F6 (or 0xBB19F6) is known color: Electric Purple. HEX triplet: BB, 19 and F6. RGB value is (187,25,246). Sum of RGB (Red+Green+Blue) = 187+25+246=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB19F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19F6 is #44E609. Grayscale: #616161. Windows color (decimal): -4515338 or 16128443. OLE color: 16128443.

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

Color convert

RGB 187 25 246 -
CMYK 0.24 0.90 0 0.04
HSL 283.98º 0.92% 0.53% -
HSV(B) 283.98º 0.9% 0.96% -
XYZ 37.48 17.91 88.67 -
YUV 98.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 187 25 246 0.24 0.90 0 0.04 283.98 0.92 0.53
Hex BB 19 F6 18 5A 0 4 11C 5C 35
Octal 273 31 366 30 132 0 4 434 134 65
Binary 10111011 11001 11110110 11000 1011010 0 100 100011100 1011100 110101

Color Harmonies of #BB19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19F6

Black with #BB19F6

Text Example


Text Example

White with #BB19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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