Html Css Color HEX #B161CB Medium Orchid

📋 copy color: '#B161CB'

red 177 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #B161CB

Tints of Medium Orchid #B161CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.34%

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 37.11%
G = 20.34%
B = 42.56%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B161CB (or 0xB161CB) is known color: Medium Orchid. HEX triplet: B1, 61 and CB. RGB value is (177,97,203). Sum of RGB (Red+Green+Blue) = 177+97+203=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B161CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B161CB is #4E9E34. Grayscale: #848484. Windows color (decimal): -5152309 or 13328817. OLE color: 13328817.

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

Color convert

RGB 177 97 203 -
CMYK 0.13 0.52 0 0.20
HSL 285.28º 0.5% 0.59% -
HSV(B) 285.28º 0.52% 0.8% -
XYZ 33.19 22.21 59.04 -
YUV 133 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 177 97 203 0.13 0.52 0 0.20 285.28 0.5 0.59
Hex B1 61 CB D 34 0 14 11D 32 3B
Octal 261 141 313 15 64 0 24 435 62 73
Binary 10110001 1100001 11001011 1101 110100 0 10100 100011101 110010 111011

Color Harmonies of #B161CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B161CB

Black with #B161CB

Text Example


Text Example

White with #B161CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B161CB; }

 p { color: rgb(177,97,203); }

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

background-color css

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

 a { background-color: rgb(177,97,203); }

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

border-color css

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

 span { border-color: rgb(177,97,203); }

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