Html Css Color HEX #B16BED Medium Purple

📋 copy color: '#B16BED'

red 177 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #B16BED

Tints of Medium Purple #B16BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 33.97%
G = 20.54%
B = 45.49%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B16BED (or 0xB16BED) is known color: Medium Purple. HEX triplet: B1, 6B and ED. RGB value is (177,107,237). Sum of RGB (Red+Green+Blue) = 177+107+237=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #B16BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BED is #4E9412. Grayscale: #8E8E8E. Windows color (decimal): -5149715 or 15559601. OLE color: 15559601.

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

Color convert

RGB 177 107 237 -
CMYK 0.25 0.55 0 0.07
HSL 272.31º 0.78% 0.67% -
HSV(B) 272.31º 0.55% 0.93% -
XYZ 38.68 25.98 83.1 -
YUV 142.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 177 107 237 0.25 0.55 0 0.07 272.31 0.78 0.67
Hex B1 6B ED 19 37 0 7 110 4E 43
Octal 261 153 355 31 67 0 7 420 116 103
Binary 10110001 1101011 11101101 11001 110111 0 111 100010000 1001110 1000011

Color Harmonies of #B16BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BED

Black with #B16BED

Text Example


Text Example

White with #B16BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BED; }

 p { color: rgb(177,107,237); }

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

background-color css

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

 a { background-color: rgb(177,107,237); }

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

border-color css

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

 span { border-color: rgb(177,107,237); }

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