Html Css Color HEX #B16ED0 Medium Orchid

📋 copy color: '#B16ED0'

red 177 ◦ green 110 ◦ blue 208

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

Shades of Medium Orchid #B16ED0

Tints of Medium Orchid #B16ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 35.76%
G = 22.22%
B = 42.02%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B16ED0 (or 0xB16ED0) is known color: Medium Orchid. HEX triplet: B1, 6E and D0. RGB value is (177,110,208). Sum of RGB (Red+Green+Blue) = 177+110+208=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #B16ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ED0 is #4E912F. Grayscale: #8C8C8C. Windows color (decimal): -5148976 or 13659825. OLE color: 13659825.

HSL color Cylindrical-coordinate representation of color #B16ED0: hue angle of 281.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16ED0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 110 208 -
CMYK 0.15 0.47 0 0.18
HSL 281.02º 0.51% 0.62% -
HSV(B) 281.02º 0.47% 0.82% -
XYZ 35.09 25.05 62.66 -
YUV 141.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 177 110 208 0.15 0.47 0 0.18 281.02 0.51 0.62
Hex B1 6E D0 F 2F 0 12 119 33 3E
Octal 261 156 320 17 57 0 22 431 63 76
Binary 10110001 1101110 11010000 1111 101111 0 10010 100011001 110011 111110

Color Harmonies of #B16ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ED0

Black with #B16ED0

Text Example


Text Example

White with #B16ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ED0; }

 p { color: rgb(177,110,208); }

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

background-color css

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

 a { background-color: rgb(177,110,208); }

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

border-color css

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

 span { border-color: rgb(177,110,208); }

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