Html Css Color HEX #B161FE Medium Purple

📋 copy color: '#B161FE'

red 177 ◦ green 97 ◦ blue 254

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

Shades of Medium Purple #B161FE

Tints of Medium Purple #B161FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.37%

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 33.52%
G = 18.37%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B161FE (or 0xB161FE) is known color: Medium Purple. HEX triplet: B1, 61 and FE. RGB value is (177,97,254). Sum of RGB (Red+Green+Blue) = 177+97+254=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B161FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B161FE is #4E9E01. Grayscale: #8A8A8A. Windows color (decimal): -5152258 or 16671153. OLE color: 16671153.

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

Color convert

RGB 177 97 254 -
CMYK 0.30 0.62 0 0.00
HSL 270.57º 0.99% 0.69% -
HSV(B) 270.57º 0.62% 1% -
XYZ 40.3 25.05 96.48 -
YUV 138.82 193 155.23 -
System Red Green Blue C M Y K H S L
Decimal 177 97 254 0.30 0.62 0 0.00 270.57 0.99 0.69
Hex B1 61 FE 1E 3E 0 0 10F 63 45
Octal 261 141 376 36 76 0 0 417 143 105
Binary 10110001 1100001 11111110 11110 111110 0 0 100001111 1100011 1000101

Color Harmonies of #B161FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161FE

Black with #B161FE

Text Example


Text Example

White with #B161FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161FE; }

 p { color: rgb(177,97,254); }

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

background-color css

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

 a { background-color: rgb(177,97,254); }

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

border-color css

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

 span { border-color: rgb(177,97,254); }

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