Html Css Color HEX #B101FB Electric Purple

📋 copy color: '#B101FB'

red 177 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #B101FB

Tints of Electric Purple #B101FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 41.26%
G = 0.23%
B = 58.51%

CMYK

 C value IS 0.29

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B101FB (or 0xB101FB) is known color: Electric Purple. HEX triplet: B1, 01 and FB. RGB value is (177,1,251). Sum of RGB (Red+Green+Blue) = 177+1+251=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #B101FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B101FB is #4EFE04. Grayscale: #515151. Windows color (decimal): -5176837 or 16449969. OLE color: 16449969.

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

Color convert

RGB 177 1 251 -
CMYK 0.29 1.00 0 0.02
HSL 282.24º 0.99% 0.49% -
HSV(B) 282.24º 1% 0.98% -
XYZ 35.55 16.33 92.55 -
YUV 82.12 223.31 195.67 -
System Red Green Blue C M Y K H S L
Decimal 177 1 251 0.29 1.00 0 0.02 282.24 0.99 0.49
Hex B1 1 FB 1D 64 0 2 11A 63 31
Octal 261 1 373 35 144 0 2 432 143 61
Binary 10110001 1 11111011 11101 1100100 0 10 100011010 1100011 110001

Color Harmonies of #B101FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101FB

Black with #B101FB

Text Example


Text Example

White with #B101FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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