#b468d3

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

Shades of Medium Orchid #B468D3

Tints of Medium Orchid #B468D3

Color information

#B468D3 (or 0xB468D3) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and D3. RGB value is (180,104,211). Sum of RGB (Red+Green+Blue) = 180+104+211=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #B468D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468D3 is #4B972C. Grayscale: #8A8A8A. Windows color (decimal): -4953901 or 13854900. OLE color: 13854900.

HSL color Cylindrical-coordinate representation of color #B468D3: hue angle of 282.62º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B468D3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180104211-
CMYK0.150.5100.17
HSL282.62º54.87%61.76%-
HSV(B)282.62º50.71%82.75%-
XYZ35.5324.3164.45-
YUV138.92168.68157.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 211 (82.81% from 255) = 42.63%
R=36.36%
G=21.01%
B=42.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801042110.150.5100.17282.6254.8761.76
HexB468D3F3301111b373e
Octal26415032317630214336776
Binary101101001101000110100111111110011010001100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b468d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b468d3; }

 p { color: rgb(180,104,211); }

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

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

 a { background-color: rgb(180,104,211); }

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

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

 span { border-color: rgb(180,104,211); }

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