Html Css Color HEX #B16CD4 Medium Orchid

📋 copy color: '#B16CD4'

red 177 ◦ green 108 ◦ blue 212

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

Shades of Medium Orchid #B16CD4

Tints of Medium Orchid #B16CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.66%

R = 35.61%
G = 21.73%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B16CD4 (or 0xB16CD4) is known color: Medium Orchid. HEX triplet: B1, 6C and D4. RGB value is (177,108,212). Sum of RGB (Red+Green+Blue) = 177+108+212=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #B16CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CD4 is #4E932B. Grayscale: #8C8C8C. Windows color (decimal): -5149484 or 13921457. OLE color: 13921457.

HSL color Cylindrical-coordinate representation of color #B16CD4: hue angle of 279.81º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16CD4 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 108 212 -
CMYK 0.17 0.49 0 0.17
HSL 279.81º 0.55% 0.63% -
HSV(B) 279.81º 0.49% 0.83% -
XYZ 35.38 24.83 65.21 -
YUV 140.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 177 108 212 0.17 0.49 0 0.17 279.81 0.55 0.63
Hex B1 6C D4 11 31 0 11 118 37 3F
Octal 261 154 324 21 61 0 21 430 67 77
Binary 10110001 1101100 11010100 10001 110001 0 10001 100011000 110111 111111

Color Harmonies of #B16CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CD4

Black with #B16CD4

Text Example


Text Example

White with #B16CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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