#B567C4

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

Shades of Medium Orchid #B567C4

Tints of Medium Orchid #B567C4

Color information

#B567C4 (or 0xB567C4) is unknown color: approx Medium Orchid. HEX triplet: B5, 67 and C4. RGB value is (181,103,196). Sum of RGB (Red+Green+Blue) = 181+103+196=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #B567C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567C4 is #4A983B. Grayscale: #888888. Windows color (decimal): -4888636 or 12871605. OLE color: 12871605.

HSL color Cylindrical-coordinate representation of color #B567C4: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B567C4 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181103196-
CMYK0.080.4700.23
HSL290.32º44.08%58.63%-
HSV(B)290.32º47.45%76.86%-
XYZ33.8723.5154.98-
YUV136.92161.34159.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=37.71%
G=21.46%
B=40.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811031960.080.4700.23290.3244.0858.63
HexB567C482F0171222c3b
Octal26514730410570274425473
Binary101101011100111110001001000101111010111100100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567C4; }

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

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

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

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

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

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

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

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