Html Css Color HEX #B17AFD Medium Purple

📋 copy color: '#B17AFD'

red 177 ◦ green 122 ◦ blue 253

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

Shades of Medium Purple #B17AFD

Tints of Medium Purple #B17AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 32.07%
G = 22.1%
B = 45.83%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B17AFD (or 0xB17AFD) is known color: Medium Purple. HEX triplet: B1, 7A and FD. RGB value is (177,122,253). Sum of RGB (Red+Green+Blue) = 177+122+253=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #B17AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AFD is #4E8502. Grayscale: #989898. Windows color (decimal): -5145859 or 16612017. OLE color: 16612017.

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

Color convert

RGB 177 122 253 -
CMYK 0.30 0.52 0 0.01
HSL 265.19º 0.97% 0.74% -
HSV(B) 265.19º 0.52% 0.99% -
XYZ 42.82 30.36 96.53 -
YUV 153.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 177 122 253 0.30 0.52 0 0.01 265.19 0.97 0.74
Hex B1 7A FD 1E 34 0 1 109 61 4A
Octal 261 172 375 36 64 0 1 411 141 112
Binary 10110001 1111010 11111101 11110 110100 0 1 100001001 1100001 1001010

Color Harmonies of #B17AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AFD

Black with #B17AFD

Text Example


Text Example

White with #B17AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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