Html Css Color HEX #B17DFD Medium Purple

📋 copy color: '#B17DFD'

red 177 ◦ green 125 ◦ blue 253

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

Shades of Medium Purple #B17DFD

Tints of Medium Purple #B17DFD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 31.89%
G = 22.52%
B = 45.59%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B17DFD (or 0xB17DFD) is known color: Medium Purple. HEX triplet: B1, 7D and FD. RGB value is (177,125,253). Sum of RGB (Red+Green+Blue) = 177+125+253=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B17DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DFD is #4E8202. Grayscale: #9A9A9A. Windows color (decimal): -5145091 or 16612785. OLE color: 16612785.

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

Color convert

RGB 177 125 253 -
CMYK 0.30 0.51 0 0.01
HSL 264.38º 0.97% 0.74% -
HSV(B) 264.38º 0.51% 0.99% -
XYZ 43.19 31.11 96.66 -
YUV 155.14 183.23 143.59 -
System Red Green Blue C M Y K H S L
Decimal 177 125 253 0.30 0.51 0 0.01 264.38 0.97 0.74
Hex B1 7D FD 1E 33 0 1 108 61 4A
Octal 261 175 375 36 63 0 1 410 141 112
Binary 10110001 1111101 11111101 11110 110011 0 1 100001000 1100001 1001010

Color Harmonies of #B17DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DFD

Black with #B17DFD

Text Example


Text Example

White with #B17DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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