Html Css Color HEX #B161FF Medium Purple

📋 copy color: '#B161FF'

red 177 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #B161FF

Tints of Medium Purple #B161FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 33.46%
G = 18.34%
B = 48.2%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B161FF (or 0xB161FF) is known color: Medium Purple. HEX triplet: B1, 61 and FF. RGB value is (177,97,255). Sum of RGB (Red+Green+Blue) = 177+97+255=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B161FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B161FF is #4E9E00. Grayscale: #8A8A8A. Windows color (decimal): -5152257 or 16736689. OLE color: 16736689.

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

Color convert

RGB 177 97 255 -
CMYK 0.31 0.62 0 0
HSL 270.38º 1% 0.69% -
HSV(B) 270.38º 0.62% 1% -
XYZ 40.46 25.12 97.32 -
YUV 138.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 177 97 255 0.31 0.62 0 0 270.38 1 0.69
Hex B1 61 FF 1F 3E 0 0 10E 64 45
Octal 261 141 377 37 76 0 0 416 144 105
Binary 10110001 1100001 11111111 11111 111110 0 0 100001110 1100100 1000101

Color Harmonies of #B161FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161FF

Black with #B161FF

Text Example


Text Example

White with #B161FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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