Html Css Color HEX #BB31FD Electric Purple

📋 copy color: '#BB31FD'

red 187 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #BB31FD

Tints of Electric Purple #BB31FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.02%

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

R = 38.24%
G = 10.02%
B = 51.74%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB31FD (or 0xBB31FD) is known color: Electric Purple. HEX triplet: BB, 31 and FD. RGB value is (187,49,253). Sum of RGB (Red+Green+Blue) = 187+49+253=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31FD is #44CE02. Grayscale: #707070. Windows color (decimal): -4509187 or 16593339. OLE color: 16593339.

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

Color convert

RGB 187 49 253 -
CMYK 0.26 0.81 0 0.01
HSL 280.59º 0.98% 0.59% -
HSV(B) 280.59º 0.81% 0.99% -
XYZ 39.32 19.85 94.69 -
YUV 113.52 206.72 180.41 -
System Red Green Blue C M Y K H S L
Decimal 187 49 253 0.26 0.81 0 0.01 280.59 0.98 0.59
Hex BB 31 FD 1A 51 0 1 119 62 3B
Octal 273 61 375 32 121 0 1 431 142 73
Binary 10111011 110001 11111101 11010 1010001 0 1 100011001 1100010 111011

Color Harmonies of #BB31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB31FD

Black with #BB31FD

Text Example


Text Example

White with #BB31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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