#B567F6

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

Shades of Medium Orchid #B567F6

Tints of Medium Orchid #B567F6

Color information

#B567F6 (or 0xB567F6) is unknown color: approx Medium Orchid. HEX triplet: B5, 67 and F6. RGB value is (181,103,246). Sum of RGB (Red+Green+Blue) = 181+103+246=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #B567F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F6 is #4A9809. Grayscale: #8E8E8E. Windows color (decimal): -4888586 or 16148405. OLE color: 16148405.

HSL color Cylindrical-coordinate representation of color #B567F6: hue angle of 272.73º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B567F6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181103246-
CMYK0.260.5800.04
HSL272.73º88.82%68.43%-
HSV(B)272.73º58.13%96.47%-
XYZ40.5426.1890.1-
YUV142.62186.34155.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 103 (40.62% from 255) = 19.43%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=34.15%
G=19.43%
B=46.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811032460.260.5800.04272.7388.8268.43
HexB567F61A3A041115944
Octal265147366327204421131104
Binary1011010111001111111011011010111010010010001000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567F6; }

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

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

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

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

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

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

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

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