Html Css Color HEX #B16CDE Medium Orchid

📋 copy color: '#B16CDE'

red 177 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #B16CDE

Tints of Medium Orchid #B16CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 34.91%
G = 21.3%
B = 43.79%

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

#B16CDE (or 0xB16CDE) is known color: Medium Orchid. HEX triplet: B1, 6C and DE. RGB value is (177,108,222). Sum of RGB (Red+Green+Blue) = 177+108+222=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #B16CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CDE is #4E9321. Grayscale: #8D8D8D. Windows color (decimal): -5149474 or 14576817. OLE color: 14576817.

HSL color Cylindrical-coordinate representation of color #B16CDE: hue angle of 276.32º degrees, saturation: 0.63, 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 #B16CDE is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 108 222 -
CMYK 0.20 0.51 0 0.13
HSL 276.32º 0.63% 0.65% -
HSV(B) 276.32º 0.51% 0.87% -
XYZ 36.68 25.35 72.07 -
YUV 141.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 177 108 222 0.20 0.51 0 0.13 276.32 0.63 0.65
Hex B1 6C DE 14 33 0 D 114 3F 41
Octal 261 154 336 24 63 0 15 424 77 101
Binary 10110001 1101100 11011110 10100 110011 0 1101 100010100 111111 1000001

Color Harmonies of #B16CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CDE

Black with #B16CDE

Text Example


Text Example

White with #B16CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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