Html Css Color HEX #B16CDD Medium Orchid

📋 copy color: '#B16CDD'

red 177 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #B16CDD

Tints of Medium Orchid #B16CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 34.98%
G = 21.34%
B = 43.68%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B16CDD (or 0xB16CDD) is known color: Medium Orchid. HEX triplet: B1, 6C and DD. RGB value is (177,108,221). Sum of RGB (Red+Green+Blue) = 177+108+221=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B16CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CDD is #4E9322. Grayscale: #8D8D8D. Windows color (decimal): -5149475 or 14511281. OLE color: 14511281.

HSL color Cylindrical-coordinate representation of color #B16CDD: hue angle of 276.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B16CDD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 108 221 -
CMYK 0.20 0.51 0 0.13
HSL 276.64º 0.62% 0.65% -
HSV(B) 276.64º 0.51% 0.87% -
XYZ 36.55 25.29 71.36 -
YUV 141.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 177 108 221 0.20 0.51 0 0.13 276.64 0.62 0.65
Hex B1 6C DD 14 33 0 D 115 3E 41
Octal 261 154 335 24 63 0 15 425 76 101
Binary 10110001 1101100 11011101 10100 110011 0 1101 100010101 111110 1000001

Color Harmonies of #B16CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CDD

Black with #B16CDD

Text Example


Text Example

White with #B16CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CDD; }

 p { color: rgb(177,108,221); }

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

background-color css

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

 a { background-color: rgb(177,108,221); }

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

border-color css

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

 span { border-color: rgb(177,108,221); }

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