Html Css Color HEX #B181FF Medium Purple

📋 copy color: '#B181FF'

red 177 ◦ green 129 ◦ blue 255

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

Shades of Medium Purple #B181FF

Tints of Medium Purple #B181FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

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

R = 31.55%
G = 22.99%
B = 45.45%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B181FF (or 0xB181FF) is known color: Medium Purple. HEX triplet: B1, 81 and FF. RGB value is (177,129,255). Sum of RGB (Red+Green+Blue) = 177+129+255=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B181FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181FF is #4E7E00. Grayscale: #9D9D9D. Windows color (decimal): -5144065 or 16744881. OLE color: 16744881.

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

Color convert

RGB 177 129 255 -
CMYK 0.31 0.49 0 0
HSL 262.86º 1% 0.75% -
HSV(B) 262.86º 0.49% 1% -
XYZ 44.03 32.27 98.52 -
YUV 157.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 177 129 255 0.31 0.49 0 0 262.86 1 0.75
Hex B1 81 FF 1F 31 0 0 107 64 4B
Octal 261 201 377 37 61 0 0 407 144 113
Binary 10110001 10000001 11111111 11111 110001 0 0 100000111 1100100 1001011

Color Harmonies of #B181FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181FF

Black with #B181FF

Text Example


Text Example

White with #B181FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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