Html Css Color HEX #BB1BE7 Electric Purple

📋 copy color: '#BB1BE7'

red 187 ◦ green 27 ◦ blue 231

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

Shades of Electric Purple #BB1BE7

Tints of Electric Purple #BB1BE7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.07%

 BLUE value IS 231 (90.63% from 255) = 51.91%

R = 42.02%
G = 6.07%
B = 51.91%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB1BE7 (or 0xBB1BE7) is known color: Electric Purple. HEX triplet: BB, 1B and E7. RGB value is (187,27,231). Sum of RGB (Red+Green+Blue) = 187+27+231=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB1BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BE7 is #44E418. Grayscale: #616161. Windows color (decimal): -4514841 or 15145915. OLE color: 15145915.

HSL color Cylindrical-coordinate representation of color #BB1BE7: hue angle of 287.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BE7 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 27 231 -
CMYK 0.19 0.88 0 0.09
HSL 287.06º 0.81% 0.51% -
HSV(B) 287.06º 0.88% 0.91% -
XYZ 35.31 17.12 77.04 -
YUV 98.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 187 27 231 0.19 0.88 0 0.09 287.06 0.81 0.51
Hex BB 1B E7 13 58 0 9 11F 51 33
Octal 273 33 347 23 130 0 11 437 121 63
Binary 10111011 11011 11100111 10011 1011000 0 1001 100011111 1010001 110011

Color Harmonies of #BB1BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BE7

Black with #BB1BE7

Text Example


Text Example

White with #BB1BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BE7; }

 p { color: rgb(187,27,231); }

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

background-color css

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

 a { background-color: rgb(187,27,231); }

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

border-color css

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

 span { border-color: rgb(187,27,231); }

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