#B567DC

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

Shades of Medium Orchid #B567DC

Tints of Medium Orchid #B567DC

Color information

#B567DC (or 0xB567DC) is unknown color: approx Medium Orchid. HEX triplet: B5, 67 and DC. RGB value is (181,103,220). Sum of RGB (Red+Green+Blue) = 181+103+220=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B567DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567DC is #4A9823. Grayscale: #8B8B8B. Windows color (decimal): -4888612 or 14444469. OLE color: 14444469.

HSL color Cylindrical-coordinate representation of color #B567DC: hue angle of 280º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B567DC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181103220-
CMYK0.180.5300.14
HSL280º62.57%63.33%-
HSV(B)280º53.18%86.27%-
XYZ36.8224.6970.54-
YUV139.66173.34157.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=35.91%
G=20.44%
B=43.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811032200.180.5300.1428062.5763.33
HexB567DC12350E1183f3f
Octal26514733422650164307777
Binary101101011100111110111001001011010101110100011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567DC; }

 p { color: rgb(181,103,220); }

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

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

 a { background-color: rgb(181,103,220); }

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

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

 span { border-color: rgb(181,103,220); }

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