Html Css Color HEX #B16BCD Medium Orchid

📋 copy color: '#B16BCD'

red 177 ◦ green 107 ◦ blue 205

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

Shades of Medium Orchid #B16BCD

Tints of Medium Orchid #B16BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 36.2%
G = 21.88%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16BCD (or 0xB16BCD) is known color: Medium Orchid. HEX triplet: B1, 6B and CD. RGB value is (177,107,205). Sum of RGB (Red+Green+Blue) = 177+107+205=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BCD is #4E9432. Grayscale: #8A8A8A. Windows color (decimal): -5149747 or 13462449. OLE color: 13462449.

HSL color Cylindrical-coordinate representation of color #B16BCD: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16BCD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 107 205 -
CMYK 0.14 0.48 0 0.20
HSL 282.86º 0.49% 0.61% -
HSV(B) 282.86º 0.48% 0.8% -
XYZ 34.41 24.27 60.63 -
YUV 139.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 177 107 205 0.14 0.48 0 0.20 282.86 0.49 0.61
Hex B1 6B CD E 30 0 14 11B 31 3D
Octal 261 153 315 16 60 0 24 433 61 75
Binary 10110001 1101011 11001101 1110 110000 0 10100 100011011 110001 111101

Color Harmonies of #B16BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BCD

Black with #B16BCD

Text Example


Text Example

White with #B16BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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