Html Css Color HEX #B163DA Medium Orchid

📋 copy color: '#B163DA'

red 177 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #B163DA

Tints of Medium Orchid #B163DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 35.83%
G = 20.04%
B = 44.13%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B163DA (or 0xB163DA) is known color: Medium Orchid. HEX triplet: B1, 63 and DA. RGB value is (177,99,218). Sum of RGB (Red+Green+Blue) = 177+99+218=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #B163DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163DA is #4E9C25. Grayscale: #878787. Windows color (decimal): -5151782 or 14312369. OLE color: 14312369.

HSL color Cylindrical-coordinate representation of color #B163DA: hue angle of 279.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B163DA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 99 218 -
CMYK 0.19 0.55 0 0.15
HSL 279.33º 0.62% 0.62% -
HSV(B) 279.33º 0.55% 0.85% -
XYZ 35.25 23.33 68.98 -
YUV 135.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 177 99 218 0.19 0.55 0 0.15 279.33 0.62 0.62
Hex B1 63 DA 13 37 0 F 117 3E 3E
Octal 261 143 332 23 67 0 17 427 76 76
Binary 10110001 1100011 11011010 10011 110111 0 1111 100010111 111110 111110

Color Harmonies of #B163DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163DA

Black with #B163DA

Text Example


Text Example

White with #B163DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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