Html Css Color HEX #B163CA Medium Orchid

📋 copy color: '#B163CA'

red 177 ◦ green 99 ◦ blue 202

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

Shades of Medium Orchid #B163CA

Tints of Medium Orchid #B163CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 37.03%
G = 20.71%
B = 42.26%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B163CA (or 0xB163CA) is known color: Medium Orchid. HEX triplet: B1, 63 and CA. RGB value is (177,99,202). Sum of RGB (Red+Green+Blue) = 177+99+202=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #B163CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CA is #4E9C35. Grayscale: #858585. Windows color (decimal): -5151798 or 13263793. OLE color: 13263793.

HSL color Cylindrical-coordinate representation of color #B163CA: hue angle of 285.44º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B163CA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 99 202 -
CMYK 0.12 0.51 0 0.21
HSL 285.44º 0.49% 0.59% -
HSV(B) 285.44º 0.51% 0.79% -
XYZ 33.25 22.54 58.47 -
YUV 134.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 177 99 202 0.12 0.51 0 0.21 285.44 0.49 0.59
Hex B1 63 CA C 33 0 15 11D 31 3B
Octal 261 143 312 14 63 0 25 435 61 73
Binary 10110001 1100011 11001010 1100 110011 0 10101 100011101 110001 111011

Color Harmonies of #B163CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163CA

Black with #B163CA

Text Example


Text Example

White with #B163CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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