Html Css Color HEX #B16BE0 Medium Orchid

📋 copy color: '#B16BE0'

red 177 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #B16BE0

Tints of Medium Orchid #B16BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 34.84%
G = 21.06%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B16BE0 (or 0xB16BE0) is known color: Medium Orchid. HEX triplet: B1, 6B and E0. RGB value is (177,107,224). Sum of RGB (Red+Green+Blue) = 177+107+224=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #B16BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BE0 is #4E941F. Grayscale: #8C8C8C. Windows color (decimal): -5149728 or 14707633. OLE color: 14707633.

HSL color Cylindrical-coordinate representation of color #B16BE0: hue angle of 275.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16BE0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 107 224 -
CMYK 0.21 0.52 0 0.12
HSL 275.9º 0.65% 0.65% -
HSV(B) 275.9º 0.52% 0.88% -
XYZ 36.84 25.24 73.45 -
YUV 141.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 177 107 224 0.21 0.52 0 0.12 275.9 0.65 0.65
Hex B1 6B E0 15 34 0 C 114 41 41
Octal 261 153 340 25 64 0 14 424 101 101
Binary 10110001 1101011 11100000 10101 110100 0 1100 100010100 1000001 1000001

Color Harmonies of #B16BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BE0

Black with #B16BE0

Text Example


Text Example

White with #B16BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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