Html Css Color HEX #B163CC Medium Orchid

📋 copy color: '#B163CC'

red 177 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #B163CC

Tints of Medium Orchid #B163CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 36.88%
G = 20.63%
B = 42.5%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B163CC (or 0xB163CC) is known color: Medium Orchid. HEX triplet: B1, 63 and CC. RGB value is (177,99,204). Sum of RGB (Red+Green+Blue) = 177+99+204=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B163CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CC is #4E9C33. Grayscale: #858585. Windows color (decimal): -5151796 or 13394865. OLE color: 13394865.

HSL color Cylindrical-coordinate representation of color #B163CC: hue angle of 284.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B163CC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 99 204 -
CMYK 0.13 0.51 0 0.2
HSL 284.57º 0.51% 0.59% -
HSV(B) 284.57º 0.51% 0.8% -
XYZ 33.49 22.63 59.73 -
YUV 134.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 177 99 204 0.13 0.51 0 0.2 284.57 0.51 0.59
Hex B1 63 CC D 33 0 14 11D 33 3B
Octal 261 143 314 15 63 0 24 435 63 73
Binary 10110001 1100011 11001100 1101 110011 0 10100 100011101 110011 111011

Color Harmonies of #B163CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B163CC

Black with #B163CC

Text Example


Text Example

White with #B163CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B163CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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