#B673CA

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

Shades of Medium Orchid #B673CA

Tints of Medium Orchid #B673CA

Color information

#B673CA (or 0xB673CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and CA. RGB value is (182,115,202). Sum of RGB (Red+Green+Blue) = 182+115+202=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B673CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CA is #498C35. Grayscale: #909090. Windows color (decimal): -4820022 or 13267894. OLE color: 13267894.

HSL color Cylindrical-coordinate representation of color #B673CA: hue angle of 286.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B673CA is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182115202-
CMYK0.100.4300.21
HSL286.21º45.08%62.16%-
HSV(B)286.21º43.07%79.22%-
XYZ36.0826.4759.08-
YUV144.95160.2154.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=36.47%
G=23.05%
B=40.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821152020.100.4300.21286.2145.0862.16
HexB673CAA2B01511e2d3e
Octal26616331212530254365576
Binary101101101110011110010101010101011010101100011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673CA; }

 p { color: rgb(182,115,202); }

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

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

 a { background-color: rgb(182,115,202); }

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

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

 span { border-color: rgb(182,115,202); }

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