Html Css Color HEX #B100FD Electric Purple

📋 copy color: '#B100FD'

red 177 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #B100FD

Tints of Electric Purple #B100FD

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

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

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

R = 41.16%
G = 0%
B = 58.84%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B100FD (or 0xB100FD) is known color: Electric Purple. HEX triplet: B1, 00 and FD. RGB value is (177,0,253). Sum of RGB (Red+Green+Blue) = 177+0+253=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #B100FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100FD is #4EFF02. Grayscale: #505050. Windows color (decimal): -5177091 or 16580785. OLE color: 16580785.

HSL color Cylindrical-coordinate representation of color #B100FD: hue angle of 281.98º 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 #B100FD is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 0 253 -
CMYK 0.30 1 0 0.01
HSL 281.98º 1% 0.5% -
HSV(B) 281.98º 1% 0.99% -
XYZ 35.86 16.44 94.21 -
YUV 81.77 224.64 195.93 -
System Red Green Blue C M Y K H S L
Decimal 177 0 253 0.30 1 0 0.01 281.98 1 0.5
Hex B1 0 FD 1E 64 0 1 11A 64 32
Octal 261 0 375 36 144 0 1 432 144 62
Binary 10110001 0 11111101 11110 1100100 0 1 100011010 1100100 110010

Color Harmonies of #B100FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100FD

Black with #B100FD

Text Example


Text Example

White with #B100FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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