#B567CD

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

Shades of Medium Orchid #B567CD

Tints of Medium Orchid #B567CD

Color information

#B567CD (or 0xB567CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 67 and CD. RGB value is (181,103,205). Sum of RGB (Red+Green+Blue) = 181+103+205=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B567CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567CD is #4A9832. Grayscale: #898989. Windows color (decimal): -4888627 or 13461429. OLE color: 13461429.

HSL color Cylindrical-coordinate representation of color #B567CD: hue angle of 285.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B567CD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181103205-
CMYK0.120.5000.20
HSL285.88º50.5%60.39%-
HSV(B)285.88º49.76%80.39%-
XYZ34.9323.9360.54-
YUV137.95165.84158.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=37.01%
G=21.06%
B=41.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811032050.120.5000.20285.8850.560.39
HexB567CDC3201411e323c
Octal26514731514620244366274
Binary101101011100111110011011100110010010100100011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567CD; }

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

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

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

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

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

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

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

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