Html Css Color HEX #BB19FD Electric Purple

📋 copy color: '#BB19FD'

red 187 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #BB19FD

Tints of Electric Purple #BB19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 40.22%
G = 5.38%
B = 54.41%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB19FD (or 0xBB19FD) is known color: Electric Purple. HEX triplet: BB, 19 and FD. RGB value is (187,25,253). Sum of RGB (Red+Green+Blue) = 187+25+253=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19FD is #44E602. Grayscale: #626262. Windows color (decimal): -4515331 or 16587195. OLE color: 16587195.

HSL color Cylindrical-coordinate representation of color #BB19FD: hue angle of 282.63º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB19FD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 25 253 -
CMYK 0.26 0.90 0 0.01
HSL 282.63º 0.98% 0.55% -
HSV(B) 282.63º 0.9% 0.99% -
XYZ 38.57 18.35 94.44 -
YUV 99.43 214.67 190.46 -
System Red Green Blue C M Y K H S L
Decimal 187 25 253 0.26 0.90 0 0.01 282.63 0.98 0.55
Hex BB 19 FD 1A 5A 0 1 11B 62 37
Octal 273 31 375 32 132 0 1 433 142 67
Binary 10111011 11001 11111101 11010 1011010 0 1 100011011 1100010 110111

Color Harmonies of #BB19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19FD

Black with #BB19FD

Text Example


Text Example

White with #BB19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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