Html Css Color HEX #BB18FF Electric Purple

📋 copy color: '#BB18FF'

red 187 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #BB18FF

Tints of Electric Purple #BB18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 40.13%
G = 5.15%
B = 54.72%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB18FF (or 0xBB18FF) is known color: Electric Purple. HEX triplet: BB, 18 and FF. RGB value is (187,24,255). Sum of RGB (Red+Green+Blue) = 187+24+255=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18FF is #44E700. Grayscale: #626262. Windows color (decimal): -4515585 or 16718011. OLE color: 16718011.

HSL color Cylindrical-coordinate representation of color #BB18FF: hue angle of 282.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB18FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 24 255 -
CMYK 0.27 0.91 0 0
HSL 282.34º 1% 0.55% -
HSV(B) 282.34º 0.91% 1% -
XYZ 38.87 18.44 96.12 -
YUV 99.07 216 190.72 -
System Red Green Blue C M Y K H S L
Decimal 187 24 255 0.27 0.91 0 0 282.34 1 0.55
Hex BB 18 FF 1B 5B 0 0 11A 64 37
Octal 273 30 377 33 133 0 0 432 144 67
Binary 10111011 11000 11111111 11011 1011011 0 0 100011010 1100100 110111

Color Harmonies of #BB18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18FF

Black with #BB18FF

Text Example


Text Example

White with #BB18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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