Html Css Color HEX #B100FC Electric Purple

📋 copy color: '#B100FC'

red 177 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #B100FC

Tints of Electric Purple #B100FC

RGB

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

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

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

R = 41.26%
G = 0%
B = 58.74%

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

#B100FC (or 0xB100FC) is known color: Electric Purple. HEX triplet: B1, 00 and FC. RGB value is (177,0,252). Sum of RGB (Red+Green+Blue) = 177+0+252=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #B100FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100FC is #4EFF03. Grayscale: #505050. Windows color (decimal): -5177092 or 16515249. OLE color: 16515249.

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

Color convert

RGB 177 0 252 -
CMYK 0.30 1 0 0.01
HSL 282.14º 1% 0.49% -
HSV(B) 282.14º 1% 0.99% -
XYZ 35.7 16.38 93.37 -
YUV 81.65 224.14 196.01 -
System Red Green Blue C M Y K H S L
Decimal 177 0 252 0.30 1 0 0.01 282.14 1 0.49
Hex B1 0 FC 1E 64 0 1 11A 64 31
Octal 261 0 374 36 144 0 1 432 144 61
Binary 10110001 0 11111100 11110 1100100 0 1 100011010 1100100 110001

Color Harmonies of #B100FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100FC

Black with #B100FC

Text Example


Text Example

White with #B100FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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