#B565F7

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

Shades of Medium Orchid #B565F7

Tints of Medium Orchid #B565F7

Color information

#B565F7 (or 0xB565F7) is unknown color: approx Medium Orchid. HEX triplet: B5, 65 and F7. RGB value is (181,101,247). Sum of RGB (Red+Green+Blue) = 181+101+247=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #B565F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565F7 is #4A9A08. Grayscale: #8D8D8D. Windows color (decimal): -4889097 or 16213429. OLE color: 16213429.

HSL color Cylindrical-coordinate representation of color #B565F7: hue angle of 272.88º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B565F7 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181101247-
CMYK0.270.5900.03
HSL272.88º90.12%68.24%-
HSV(B)272.88º59.11%96.86%-
XYZ40.525.8590.85-
YUV141.56187.5156.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 247 (96.88% from 255) = 46.69%
R=34.22%
G=19.09%
B=46.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811012470.270.5900.03272.8890.1268.24
HexB565F71B3B031115a44
Octal265145367337303421132104
Binary101101011100101111101111101111101101110001000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565F7; }

 p { color: rgb(181,101,247); }

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

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

 a { background-color: rgb(181,101,247); }

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

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

 span { border-color: rgb(181,101,247); }

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