#B364D2

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

Shades of Medium Orchid #B364D2

Tints of Medium Orchid #B364D2

Color information

#B364D2 (or 0xB364D2) is unknown color: approx Medium Orchid. HEX triplet: B3, 64 and D2. RGB value is (179,100,210). Sum of RGB (Red+Green+Blue) = 179+100+210=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #B364D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364D2 is #4C9B2D. Grayscale: #878787. Windows color (decimal): -5020462 or 13788339. OLE color: 13788339.

HSL color Cylindrical-coordinate representation of color #B364D2: hue angle of 283.09º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B364D2 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179100210-
CMYK0.150.5200.18
HSL283.09º55%60.78%-
HSV(B)283.09º52.38%82.35%-
XYZ34.7823.3563.65-
YUV136.16169.67158.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 210 (82.42% from 255) = 42.94%
R=36.61%
G=20.45%
B=42.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791002100.150.5200.18283.095560.78
HexB364D2F3401211b373d
Octal26314432217640224336775
Binary101100111100100110100101111110100010010100011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364D2; }

 p { color: rgb(179,100,210); }

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

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

 a { background-color: rgb(179,100,210); }

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

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

 span { border-color: rgb(179,100,210); }

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