Html Css Color HEX #BB00FD Electric Purple

📋 copy color: '#BB00FD'

red 187 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #BB00FD

Tints of Electric Purple #BB00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 42.5%
G = 0%
B = 57.5%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB00FD (or 0xBB00FD) is known color: Electric Purple. HEX triplet: BB, 00 and FD. RGB value is (187,0,253). Sum of RGB (Red+Green+Blue) = 187+0+253=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB00FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00FD is #44FF02. Grayscale: #535353. Windows color (decimal): -4521731 or 16580795. OLE color: 16580795.

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

Color convert

RGB 187 0 253 -
CMYK 0.26 1 0 0.01
HSL 284.35º 1% 0.5% -
HSV(B) 284.35º 1% 0.99% -
XYZ 38.22 17.66 94.32 -
YUV 84.76 222.95 200.93 -
System Red Green Blue C M Y K H S L
Decimal 187 0 253 0.26 1 0 0.01 284.35 1 0.5
Hex BB 0 FD 1A 64 0 1 11C 64 32
Octal 273 0 375 32 144 0 1 434 144 62
Binary 10111011 0 11111101 11010 1100100 0 1 100011100 1100100 110010

Color Harmonies of #BB00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00FD

Black with #BB00FD

Text Example


Text Example

White with #BB00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00FD; }

 p { color: rgb(187,0,253); }

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

background-color css

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

 a { background-color: rgb(187,0,253); }

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

border-color css

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

 span { border-color: rgb(187,0,253); }

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