Html Css Color HEX #B160CB Medium Orchid

📋 copy color: '#B160CB'

red 177 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #B160CB

Tints of Medium Orchid #B160CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 37.18%
G = 20.17%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B160CB (or 0xB160CB) is known color: Medium Orchid. HEX triplet: B1, 60 and CB. RGB value is (177,96,203). Sum of RGB (Red+Green+Blue) = 177+96+203=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #B160CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160CB is #4E9F34. Grayscale: #848484. Windows color (decimal): -5152565 or 13328561. OLE color: 13328561.

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

Color convert

RGB 177 96 203 -
CMYK 0.13 0.53 0 0.20
HSL 285.42º 0.51% 0.59% -
HSV(B) 285.42º 0.53% 0.8% -
XYZ 33.09 22.02 59.01 -
YUV 132.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 177 96 203 0.13 0.53 0 0.20 285.42 0.51 0.59
Hex B1 60 CB D 35 0 14 11D 33 3B
Octal 261 140 313 15 65 0 24 435 63 73
Binary 10110001 1100000 11001011 1101 110101 0 10100 100011101 110011 111011

Color Harmonies of #B160CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160CB

Black with #B160CB

Text Example


Text Example

White with #B160CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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