#B368E0

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

Shades of Medium Orchid #B368E0

Tints of Medium Orchid #B368E0

Color information

#B368E0 (or 0xB368E0) is unknown color: approx Medium Orchid. HEX triplet: B3, 68 and E0. RGB value is (179,104,224). Sum of RGB (Red+Green+Blue) = 179+104+224=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #B368E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B368E0 is #4C971F. Grayscale: #8B8B8B. Windows color (decimal): -5019424 or 14706867. OLE color: 14706867.

HSL color Cylindrical-coordinate representation of color #B368E0: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B368E0 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179104224-
CMYK0.200.5400.12
HSL277.5º65.93%64.31%-
HSV(B)277.5º53.57%87.84%-
XYZ3724.8773.37-
YUV140.1175.35155.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=35.31%
G=20.51%
B=44.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791042240.200.5400.12277.565.9364.31
HexB368E014360C1164240
Octal2631503402466014426102100
Binary10110011110100011100000101001101100110010001011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368E0; }

 p { color: rgb(179,104,224); }

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

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

 a { background-color: rgb(179,104,224); }

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

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

 span { border-color: rgb(179,104,224); }

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