Html Css Color HEX #B100FB Electric Purple

📋 copy color: '#B100FB'

red 177 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #B100FB

Tints of Electric Purple #B100FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 41.36%
G = 0%
B = 58.64%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B100FB (or 0xB100FB) is known color: Electric Purple. HEX triplet: B1, 00 and FB. RGB value is (177,0,251). Sum of RGB (Red+Green+Blue) = 177+0+251=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #B100FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100FB is #4EFF04. Grayscale: #505050. Windows color (decimal): -5177093 or 16449713. OLE color: 16449713.

HSL color Cylindrical-coordinate representation of color #B100FB: hue angle of 282.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100FB is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 0 251 -
CMYK 0.29 1 0 0.02
HSL 282.31º 1% 0.49% -
HSV(B) 282.31º 1% 0.98% -
XYZ 35.54 16.31 92.54 -
YUV 81.54 223.64 196.09 -
System Red Green Blue C M Y K H S L
Decimal 177 0 251 0.29 1 0 0.02 282.31 1 0.49
Hex B1 0 FB 1D 64 0 2 11A 64 31
Octal 261 0 373 35 144 0 2 432 144 61
Binary 10110001 0 11111011 11101 1100100 0 10 100011010 1100100 110001

Color Harmonies of #B100FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100FB

Black with #B100FB

Text Example


Text Example

White with #B100FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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