Html Css Color HEX #BB07FC Electric Purple

📋 copy color: '#BB07FC'

red 187 ◦ green 7 ◦ blue 252

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

Shades of Electric Purple #BB07FC

Tints of Electric Purple #BB07FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 41.93%
G = 1.57%
B = 56.5%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB07FC (or 0xBB07FC) is known color: Electric Purple. HEX triplet: BB, 07 and FC. RGB value is (187,7,252). Sum of RGB (Red+Green+Blue) = 187+7+252=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB07FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07FC is #44F803. Grayscale: #575757. Windows color (decimal): -4519940 or 16517051. OLE color: 16517051.

HSL color Cylindrical-coordinate representation of color #BB07FC: hue angle of 284.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07FC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 7 252 -
CMYK 0.26 0.97 0 0.01
HSL 284.08º 0.98% 0.51% -
HSV(B) 284.08º 0.97% 0.99% -
XYZ 38.14 17.75 93.51 -
YUV 88.75 220.13 198.08 -
System Red Green Blue C M Y K H S L
Decimal 187 7 252 0.26 0.97 0 0.01 284.08 0.98 0.51
Hex BB 7 FC 1A 61 0 1 11C 62 33
Octal 273 7 374 32 141 0 1 434 142 63
Binary 10111011 111 11111100 11010 1100001 0 1 100011100 1100010 110011

Color Harmonies of #BB07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB07FC

Black with #BB07FC

Text Example


Text Example

White with #BB07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB07FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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