Html Css Color HEX #B17CEC Medium Purple

📋 copy color: '#B17CEC'

red 177 ◦ green 124 ◦ blue 236

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

Shades of Medium Purple #B17CEC

Tints of Medium Purple #B17CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.09%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 32.96%
G = 23.09%
B = 43.95%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17CEC (or 0xB17CEC) is known color: Medium Purple. HEX triplet: B1, 7C and EC. RGB value is (177,124,236). Sum of RGB (Red+Green+Blue) = 177+124+236=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #B17CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CEC is #4E8313. Grayscale: #989898. Windows color (decimal): -5145364 or 15498417. OLE color: 15498417.

HSL color Cylindrical-coordinate representation of color #B17CEC: hue angle of 268.39º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17CEC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 124 236 -
CMYK 0.25 0.47 0 0.07
HSL 268.39º 0.75% 0.71% -
HSV(B) 268.39º 0.47% 0.93% -
XYZ 40.48 29.82 82.98 -
YUV 152.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 177 124 236 0.25 0.47 0 0.07 268.39 0.75 0.71
Hex B1 7C EC 19 2F 0 7 10C 4B 47
Octal 261 174 354 31 57 0 7 414 113 107
Binary 10110001 1111100 11101100 11001 101111 0 111 100001100 1001011 1000111

Color Harmonies of #B17CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CEC

Black with #B17CEC

Text Example


Text Example

White with #B17CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CEC; }

 p { color: rgb(177,124,236); }

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

background-color css

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

 a { background-color: rgb(177,124,236); }

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

border-color css

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

 span { border-color: rgb(177,124,236); }

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