Html Css Color HEX #BB07EF Electric Purple

📋 copy color: '#BB07EF'

red 187 ◦ green 7 ◦ blue 239

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

Shades of Electric Purple #BB07EF

Tints of Electric Purple #BB07EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

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

R = 43.19%
G = 1.62%
B = 55.2%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB07EF (or 0xBB07EF) is known color: Electric Purple. HEX triplet: BB, 07 and EF. RGB value is (187,7,239). Sum of RGB (Red+Green+Blue) = 187+7+239=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07EF is #44F810. Grayscale: #565656. Windows color (decimal): -4519953 or 15665083. OLE color: 15665083.

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

Color convert

RGB 187 7 239 -
CMYK 0.22 0.97 0 0.06
HSL 286.55º 0.94% 0.48% -
HSV(B) 286.55º 0.97% 0.94% -
XYZ 36.15 16.95 83.03 -
YUV 87.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 187 7 239 0.22 0.97 0 0.06 286.55 0.94 0.48
Hex BB 7 EF 16 61 0 6 11F 5E 30
Octal 273 7 357 26 141 0 6 437 136 60
Binary 10111011 111 11101111 10110 1100001 0 110 100011111 1011110 110000

Color Harmonies of #BB07EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07EF

Black with #BB07EF

Text Example


Text Example

White with #BB07EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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