#B565F8

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

Shades of Medium Orchid #B565F8

Tints of Medium Orchid #B565F8

Color information

#B565F8 (or 0xB565F8) is unknown color: approx Medium Orchid. HEX triplet: B5, 65 and F8. RGB value is (181,101,248). Sum of RGB (Red+Green+Blue) = 181+101+248=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 248 (97.27% from 255 or 46.79% from 530); Max value from RGB is 248 - color contains mainly: blue. Hex color #B565F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565F8 is #4A9A07. Grayscale: #8D8D8D. Windows color (decimal): -4889096 or 16278965. OLE color: 16278965.

HSL color Cylindrical-coordinate representation of color #B565F8: hue angle of 272.65º degrees, saturation: 0.91, 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 #B565F8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181101248-
CMYK0.270.5900.03
HSL272.65º91.3%68.43%-
HSV(B)272.65º59.27%97.25%-
XYZ40.6525.9191.67-
YUV141.68188156.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 248 (97.27% from 255) = 46.79%
R=34.15%
G=19.06%
B=46.79%

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
Decimal1811012480.270.5900.03272.6591.368.43
HexB565F81B3B031115b44
Octal265145370337303421133104
Binary101101011100101111110001101111101101110001000110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565F8; }

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

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

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

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

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

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

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

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