Html Css Color HEX #BB13FA Electric Purple

📋 copy color: '#BB13FA'

red 187 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #BB13FA

Tints of Electric Purple #BB13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.17%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 41.01%
G = 4.17%
B = 54.82%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB13FA (or 0xBB13FA) is known color: Electric Purple. HEX triplet: BB, 13 and FA. RGB value is (187,19,250). Sum of RGB (Red+Green+Blue) = 187+19+250=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB13FA is #44EC05. Grayscale: #5E5E5E. Windows color (decimal): -4516870 or 16389051. OLE color: 16389051.

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

Color convert

RGB 187 19 250 -
CMYK 0.25 0.92 0 0.02
HSL 283.64º 0.96% 0.53% -
HSV(B) 283.64º 0.92% 0.98% -
XYZ 37.98 17.93 91.9 -
YUV 95.57 215.16 193.22 -
System Red Green Blue C M Y K H S L
Decimal 187 19 250 0.25 0.92 0 0.02 283.64 0.96 0.53
Hex BB 13 FA 19 5C 0 2 11C 60 35
Octal 273 23 372 31 134 0 2 434 140 65
Binary 10111011 10011 11111010 11001 1011100 0 10 100011100 1100000 110101

Color Harmonies of #BB13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13FA

Black with #BB13FA

Text Example


Text Example

White with #BB13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13FA; }

 p { color: rgb(187,19,250); }

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

background-color css

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

 a { background-color: rgb(187,19,250); }

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

border-color css

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

 span { border-color: rgb(187,19,250); }

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