Html Css Color HEX #BB27EC Electric Purple

📋 copy color: '#BB27EC'

red 187 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #BB27EC

Tints of Electric Purple #BB27EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.44%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 40.48%
G = 8.44%
B = 51.08%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB27EC (or 0xBB27EC) is known color: Electric Purple. HEX triplet: BB, 27 and EC. RGB value is (187,39,236). Sum of RGB (Red+Green+Blue) = 187+39+236=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27EC is #44D813. Grayscale: #696969. Windows color (decimal): -4511764 or 15476667. OLE color: 15476667.

HSL color Cylindrical-coordinate representation of color #BB27EC: hue angle of 285.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB27EC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 39 236 -
CMYK 0.21 0.83 0 0.07
HSL 285.08º 0.84% 0.54% -
HSV(B) 285.08º 0.83% 0.93% -
XYZ 36.36 18.07 80.93 -
YUV 105.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 187 39 236 0.21 0.83 0 0.07 285.08 0.84 0.54
Hex BB 27 EC 15 53 0 7 11D 54 36
Octal 273 47 354 25 123 0 7 435 124 66
Binary 10111011 100111 11101100 10101 1010011 0 111 100011101 1010100 110110

Color Harmonies of #BB27EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27EC

Black with #BB27EC

Text Example


Text Example

White with #BB27EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27EC; }

 p { color: rgb(187,39,236); }

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

background-color css

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

 a { background-color: rgb(187,39,236); }

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

border-color css

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

 span { border-color: rgb(187,39,236); }

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