Html Css Color HEX #B17CEB Medium Purple

📋 copy color: '#B17CEB'

red 177 ◦ green 124 ◦ blue 235

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

Shades of Medium Purple #B17CEB

Tints of Medium Purple #B17CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 33.02%
G = 23.13%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B17CEB (or 0xB17CEB) is known color: Medium Purple. HEX triplet: B1, 7C and EB. RGB value is (177,124,235). Sum of RGB (Red+Green+Blue) = 177+124+235=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #B17CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CEB is #4E8314. Grayscale: #989898. Windows color (decimal): -5145365 or 15432881. OLE color: 15432881.

HSL color Cylindrical-coordinate representation of color #B17CEB: hue angle of 268.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17CEB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 124 235 -
CMYK 0.25 0.47 0 0.08
HSL 268.65º 0.74% 0.7% -
HSV(B) 268.65º 0.47% 0.92% -
XYZ 40.33 29.76 82.22 -
YUV 152.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 177 124 235 0.25 0.47 0 0.08 268.65 0.74 0.7
Hex B1 7C EB 19 2F 0 8 10D 4A 46
Octal 261 174 353 31 57 0 10 415 112 106
Binary 10110001 1111100 11101011 11001 101111 0 1000 100001101 1001010 1000110

Color Harmonies of #B17CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CEB

Black with #B17CEB

Text Example


Text Example

White with #B17CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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