Html Css Color HEX #B17AFE Medium Purple

📋 copy color: '#B17AFE'

red 177 ◦ green 122 ◦ blue 254

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

Shades of Medium Purple #B17AFE

Tints of Medium Purple #B17AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.06%

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

R = 32.01%
G = 22.06%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B17AFE (or 0xB17AFE) is known color: Medium Purple. HEX triplet: B1, 7A and FE. RGB value is (177,122,254). Sum of RGB (Red+Green+Blue) = 177+122+254=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B17AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AFE is #4E8501. Grayscale: #999999. Windows color (decimal): -5145858 or 16677553. OLE color: 16677553.

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

Color convert

RGB 177 122 254 -
CMYK 0.30 0.52 0 0.00
HSL 265º 0.99% 0.74% -
HSV(B) 265º 0.52% 1% -
XYZ 42.98 30.42 97.37 -
YUV 153.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 177 122 254 0.30 0.52 0 0.00 265 0.99 0.74
Hex B1 7A FE 1E 34 0 0 109 63 4A
Octal 261 172 376 36 64 0 0 411 143 112
Binary 10110001 1111010 11111110 11110 110100 0 0 100001001 1100011 1001010

Color Harmonies of #B17AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AFE

Black with #B17AFE

Text Example


Text Example

White with #B17AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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