Html Css Color HEX #B16ECB Medium Orchid

📋 copy color: '#B16ECB'

red 177 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #B16ECB

Tints of Medium Orchid #B16ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 36.12%
G = 22.45%
B = 41.43%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16ECB (or 0xB16ECB) is known color: Medium Orchid. HEX triplet: B1, 6E and CB. RGB value is (177,110,203). Sum of RGB (Red+Green+Blue) = 177+110+203=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B16ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ECB is #4E9134. Grayscale: #8C8C8C. Windows color (decimal): -5148981 or 13332145. OLE color: 13332145.

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

Color convert

RGB 177 110 203 -
CMYK 0.13 0.46 0 0.20
HSL 283.23º 0.47% 0.61% -
HSV(B) 283.23º 0.46% 0.8% -
XYZ 34.49 24.81 59.47 -
YUV 140.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 177 110 203 0.13 0.46 0 0.20 283.23 0.47 0.61
Hex B1 6E CB D 2E 0 14 11B 2F 3D
Octal 261 156 313 15 56 0 24 433 57 75
Binary 10110001 1101110 11001011 1101 101110 0 10100 100011011 101111 111101

Color Harmonies of #B16ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ECB

Black with #B16ECB

Text Example


Text Example

White with #B16ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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