Html Css Color HEX #BB27FF Electric Purple

📋 copy color: '#BB27FF'

red 187 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #BB27FF

Tints of Electric Purple #BB27FF

RGB

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

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

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

R = 38.88%
G = 8.11%
B = 53.01%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB27FF (or 0xBB27FF) is known color: Electric Purple. HEX triplet: BB, 27 and FF. RGB value is (187,39,255). Sum of RGB (Red+Green+Blue) = 187+39+255=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27FF is #44D800. Grayscale: #6B6B6B. Windows color (decimal): -4511745 or 16721851. OLE color: 16721851.

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

Color convert

RGB 187 39 255 -
CMYK 0.27 0.85 0 0
HSL 281.11º 1% 0.58% -
HSV(B) 281.11º 0.85% 1% -
XYZ 39.27 19.24 96.25 -
YUV 107.88 211.03 184.44 -
System Red Green Blue C M Y K H S L
Decimal 187 39 255 0.27 0.85 0 0 281.11 1 0.58
Hex BB 27 FF 1B 55 0 0 119 64 3A
Octal 273 47 377 33 125 0 0 431 144 72
Binary 10111011 100111 11111111 11011 1010101 0 0 100011001 1100100 111010

Color Harmonies of #BB27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27FF

Black with #BB27FF

Text Example


Text Example

White with #BB27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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