#B367C9

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

Shades of Medium Orchid #B367C9

Tints of Medium Orchid #B367C9

Color information

#B367C9 (or 0xB367C9) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and C9. RGB value is (179,103,201). Sum of RGB (Red+Green+Blue) = 179+103+201=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #B367C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367C9 is #4C9836. Grayscale: #888888. Windows color (decimal): -5019703 or 13199283. OLE color: 13199283.

HSL color Cylindrical-coordinate representation of color #B367C9: hue angle of 286.53º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B367C9 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179103201-
CMYK0.110.4900.21
HSL286.53º47.57%59.61%-
HSV(B)286.53º48.76%78.82%-
XYZ33.9823.558-
YUV136.9164.18158.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=37.06%
G=21.33%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791032010.110.4900.21286.5347.5759.61
HexB367C9B3101511f303c
Octal26314731113610254376074
Binary101100111100111110010011011110001010101100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367C9; }

 p { color: rgb(179,103,201); }

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

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

 a { background-color: rgb(179,103,201); }

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

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

 span { border-color: rgb(179,103,201); }

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