#B567F1

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

Shades of Medium Orchid #B567F1

Tints of Medium Orchid #B567F1

Color information

#B567F1 (or 0xB567F1) is unknown color: approx Medium Orchid. HEX triplet: B5, 67 and F1. RGB value is (181,103,241). Sum of RGB (Red+Green+Blue) = 181+103+241=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #B567F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B567F1 is #4A980E. Grayscale: #8D8D8D. Windows color (decimal): -4888591 or 15820725. OLE color: 15820725.

HSL color Cylindrical-coordinate representation of color #B567F1: hue angle of 273.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B567F1 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181103241-
CMYK0.250.5700.05
HSL273.91º83.13%67.45%-
HSV(B)273.91º57.26%94.51%-
XYZ39.7825.8886.12-
YUV142.05183.84155.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 103 (40.62% from 255) = 19.62%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=34.48%
G=19.62%
B=45.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811032410.250.5700.05273.9183.1367.45
HexB567F11939051125343
Octal265147361317105422123103
Binary1011010111001111111000111001111001010110001001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567F1; }

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

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

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

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

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

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

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

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