#B365CF

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

Shades of Medium Orchid #B365CF

Tints of Medium Orchid #B365CF

Color information

#B365CF (or 0xB365CF) is unknown color: approx Medium Orchid. HEX triplet: B3, 65 and CF. RGB value is (179,101,207). Sum of RGB (Red+Green+Blue) = 179+101+207=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B365CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365CF is #4C9A30. Grayscale: #888888. Windows color (decimal): -5020209 or 13591987. OLE color: 13591987.

HSL color Cylindrical-coordinate representation of color #B365CF: hue angle of 284.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B365CF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179101207-
CMYK0.140.5100.19
HSL284.15º52.48%60.39%-
HSV(B)284.15º51.21%81.18%-
XYZ34.5123.461.73-
YUV136.41167.84158.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 101 (39.84% from 255) = 20.74%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=36.76%
G=20.74%
B=42.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791012070.140.5100.19284.1552.4860.39
HexB365CFE3301311c343c
Octal26314531716630234346474
Binary101100111100101110011111110110011010011100011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365CF; }

 p { color: rgb(179,101,207); }

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

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

 a { background-color: rgb(179,101,207); }

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

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

 span { border-color: rgb(179,101,207); }

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