Html Css Color HEX #B163CD Medium Orchid

📋 copy color: '#B163CD'

red 177 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B163CD

Tints of Medium Orchid #B163CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.58%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 36.8%
G = 20.58%
B = 42.62%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B163CD (or 0xB163CD) is known color: Medium Orchid. HEX triplet: B1, 63 and CD. RGB value is (177,99,205). Sum of RGB (Red+Green+Blue) = 177+99+205=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B163CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CD is #4E9C32. Grayscale: #868686. Windows color (decimal): -5151795 or 13460401. OLE color: 13460401.

HSL color Cylindrical-coordinate representation of color #B163CD: hue angle of 284.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B163CD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 99 205 -
CMYK 0.14 0.52 0 0.20
HSL 284.15º 0.51% 0.6% -
HSV(B) 284.15º 0.52% 0.8% -
XYZ 33.61 22.68 60.36 -
YUV 134.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 177 99 205 0.14 0.52 0 0.20 284.15 0.51 0.6
Hex B1 63 CD E 34 0 14 11C 33 3C
Octal 261 143 315 16 64 0 24 434 63 74
Binary 10110001 1100011 11001101 1110 110100 0 10100 100011100 110011 111100

Color Harmonies of #B163CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163CD

Black with #B163CD

Text Example


Text Example

White with #B163CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163CD; }

 p { color: rgb(177,99,205); }

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

background-color css

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

 a { background-color: rgb(177,99,205); }

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

border-color css

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

 span { border-color: rgb(177,99,205); }

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