Html Css Color HEX #BB18FA Electric Purple

📋 copy color: '#BB18FA'

red 187 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #BB18FA

Tints of Electric Purple #BB18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.21%

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

R = 40.56%
G = 5.21%
B = 54.23%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB18FA (or 0xBB18FA) is known color: Electric Purple. HEX triplet: BB, 18 and FA. RGB value is (187,24,250). Sum of RGB (Red+Green+Blue) = 187+24+250=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18FA is #44E705. Grayscale: #616161. Windows color (decimal): -4515590 or 16390331. OLE color: 16390331.

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

Color convert

RGB 187 24 250 -
CMYK 0.25 0.90 0 0.02
HSL 283.27º 0.96% 0.54% -
HSV(B) 283.27º 0.9% 0.98% -
XYZ 38.08 18.12 91.93 -
YUV 98.5 213.5 191.12 -
System Red Green Blue C M Y K H S L
Decimal 187 24 250 0.25 0.90 0 0.02 283.27 0.96 0.54
Hex BB 18 FA 19 5A 0 2 11B 60 36
Octal 273 30 372 31 132 0 2 433 140 66
Binary 10111011 11000 11111010 11001 1011010 0 10 100011011 1100000 110110

Color Harmonies of #BB18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18FA

Black with #BB18FA

Text Example


Text Example

White with #BB18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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