Html Css Color HEX #B16CD2 Medium Orchid

📋 copy color: '#B16CD2'

red 177 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #B16CD2

Tints of Medium Orchid #B16CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 35.76%
G = 21.82%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B16CD2 (or 0xB16CD2) is known color: Medium Orchid. HEX triplet: B1, 6C and D2. RGB value is (177,108,210). Sum of RGB (Red+Green+Blue) = 177+108+210=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #B16CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CD2 is #4E932D. Grayscale: #8B8B8B. Windows color (decimal): -5149486 or 13790385. OLE color: 13790385.

HSL color Cylindrical-coordinate representation of color #B16CD2: hue angle of 280.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16CD2 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 108 210 -
CMYK 0.16 0.49 0 0.18
HSL 280.59º 0.53% 0.62% -
HSV(B) 280.59º 0.49% 0.82% -
XYZ 35.13 24.73 63.89 -
YUV 140.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 177 108 210 0.16 0.49 0 0.18 280.59 0.53 0.62
Hex B1 6C D2 10 31 0 12 119 35 3E
Octal 261 154 322 20 61 0 22 431 65 76
Binary 10110001 1101100 11010010 10000 110001 0 10010 100011001 110101 111110

Color Harmonies of #B16CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CD2

Black with #B16CD2

Text Example


Text Example

White with #B16CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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