Html Css Color HEX #B181FA Medium Purple

📋 copy color: '#B181FA'

red 177 ◦ green 129 ◦ blue 250

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

Shades of Medium Purple #B181FA

Tints of Medium Purple #B181FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 31.83%
G = 23.2%
B = 44.96%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B181FA (or 0xB181FA) is known color: Medium Purple. HEX triplet: B1, 81 and FA. RGB value is (177,129,250). Sum of RGB (Red+Green+Blue) = 177+129+250=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #B181FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181FA is #4E7E05. Grayscale: #9C9C9C. Windows color (decimal): -5144070 or 16417201. OLE color: 16417201.

HSL color Cylindrical-coordinate representation of color #B181FA: hue angle of 263.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B181FA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 129 250 -
CMYK 0.29 0.48 0 0.02
HSL 263.8º 0.92% 0.74% -
HSV(B) 263.8º 0.48% 0.98% -
XYZ 43.24 31.95 94.33 -
YUV 157.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 177 129 250 0.29 0.48 0 0.02 263.8 0.92 0.74
Hex B1 81 FA 1D 30 0 2 108 5C 4A
Octal 261 201 372 35 60 0 2 410 134 112
Binary 10110001 10000001 11111010 11101 110000 0 10 100001000 1011100 1001010

Color Harmonies of #B181FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181FA

Black with #B181FA

Text Example


Text Example

White with #B181FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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