Html Css Color HEX #BB05EF Electric Purple

📋 copy color: '#BB05EF'

red 187 ◦ green 5 ◦ blue 239

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

Shades of Electric Purple #BB05EF

Tints of Electric Purple #BB05EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 43.39%
G = 1.16%
B = 55.45%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB05EF (or 0xBB05EF) is known color: Electric Purple. HEX triplet: BB, 05 and EF. RGB value is (187,5,239). Sum of RGB (Red+Green+Blue) = 187+5+239=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB05EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB05EF is #44FA10. Grayscale: #555555. Windows color (decimal): -4520465 or 15664571. OLE color: 15664571.

HSL color Cylindrical-coordinate representation of color #BB05EF: hue angle of 286.67º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB05EF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 5 239 -
CMYK 0.22 0.98 0 0.06
HSL 286.67º 0.96% 0.48% -
HSV(B) 286.67º 0.98% 0.94% -
XYZ 36.13 16.91 83.02 -
YUV 86.09 214.3 199.97 -
System Red Green Blue C M Y K H S L
Decimal 187 5 239 0.22 0.98 0 0.06 286.67 0.96 0.48
Hex BB 5 EF 16 62 0 6 11F 60 30
Octal 273 5 357 26 142 0 6 437 140 60
Binary 10111011 101 11101111 10110 1100010 0 110 100011111 1100000 110000

Color Harmonies of #BB05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05EF

Black with #BB05EF

Text Example


Text Example

White with #BB05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05EF; }

 p { color: rgb(187,5,239); }

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

background-color css

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

 a { background-color: rgb(187,5,239); }

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

border-color css

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

 span { border-color: rgb(187,5,239); }

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