#B167CA

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

Shades of Medium Orchid #B167CA

Tints of Medium Orchid #B167CA

Color information

#B167CA (or 0xB167CA) is unknown color: approx Medium Orchid. HEX triplet: B1, 67 and CA. RGB value is (177,103,202). Sum of RGB (Red+Green+Blue) = 177+103+202=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B167CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167CA is #4E9835. Grayscale: #888888. Windows color (decimal): -5150774 or 13264817. OLE color: 13264817.

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

Color convert

RGB177103202-
CMYK0.120.4900.21
HSL284.85º48.29%59.8%-
HSV(B)284.85º49.01%79.22%-
XYZ33.6423.3158.6-
YUV136.41165.02156.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=36.72%
G=21.37%
B=41.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771032020.120.4900.21284.8548.2959.8
HexB167CAC3101511d303c
Octal26114731214610254356074
Binary101100011100111110010101100110001010101100011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B167CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B167CA; }

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

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

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

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

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

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

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

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