#B169CC

Color #B169CC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B169CC

Tints of Medium Orchid #B169CC

Color information

#B169CC (or 0xB169CC) is unknown color: approx Medium Orchid. HEX triplet: B1, 69 and CC. RGB value is (177,105,204). Sum of RGB (Red+Green+Blue) = 177+105+204=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B169CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B169CC is #4E9633. Grayscale: #898989. Windows color (decimal): -5150260 or 13396401. OLE color: 13396401.

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

Color convert

RGB177105204-
CMYK0.130.4900.2
HSL283.64º49.25%60.59%-
HSV(B)283.64º48.53%80%-
XYZ34.0823.8159.93-
YUV137.81165.35155.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=36.42%
G=21.60%
B=41.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771052040.130.4900.2283.6449.2560.59
HexB169CCD3101411c313d
Octal26115131415610244346175
Binary101100011101001110011001101110001010100100011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B169CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B169CC; }

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

 H1.HeaderClassName
 {
   color: #B169CC;
 }
 .AnyTagClassName
 {
   color: #B169CC;
 }
</style>
background-color css

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

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

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

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

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

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