Html Css Color HEX #B17DFC Medium Purple

📋 copy color: '#B17DFC'

red 177 ◦ green 125 ◦ blue 252

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

Shades of Medium Purple #B17DFC

Tints of Medium Purple #B17DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 31.95%
G = 22.56%
B = 45.49%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B17DFC (or 0xB17DFC) is known color: Medium Purple. HEX triplet: B1, 7D and FC. RGB value is (177,125,252). Sum of RGB (Red+Green+Blue) = 177+125+252=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #B17DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DFC is #4E8203. Grayscale: #9A9A9A. Windows color (decimal): -5145092 or 16547249. OLE color: 16547249.

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

Color convert

RGB 177 125 252 -
CMYK 0.30 0.50 0 0.01
HSL 264.57º 0.95% 0.74% -
HSV(B) 264.57º 0.5% 0.99% -
XYZ 43.04 31.04 95.82 -
YUV 155.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 177 125 252 0.30 0.50 0 0.01 264.57 0.95 0.74
Hex B1 7D FC 1E 32 0 1 109 5F 4A
Octal 261 175 374 36 62 0 1 411 137 112
Binary 10110001 1111101 11111100 11110 110010 0 1 100001001 1011111 1001010

Color Harmonies of #B17DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DFC

Black with #B17DFC

Text Example


Text Example

White with #B17DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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