#B369F0

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

Shades of Medium Orchid #B369F0

Tints of Medium Orchid #B369F0

Color information

#B369F0 (or 0xB369F0) is unknown color: approx Medium Orchid. HEX triplet: B3, 69 and F0. RGB value is (179,105,240). Sum of RGB (Red+Green+Blue) = 179+105+240=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #B369F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B369F0 is #4C960F. Grayscale: #8E8E8E. Windows color (decimal): -5019152 or 15755699. OLE color: 15755699.

HSL color Cylindrical-coordinate representation of color #B369F0: hue angle of 272.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B369F0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179105240-
CMYK0.250.5600.06
HSL272.89º81.82%67.65%-
HSV(B)272.89º56.25%94.12%-
XYZ39.3725.9885.38-
YUV142.52183.02154.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=34.16%
G=20.04%
B=45.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791052400.250.5600.06272.8981.8267.65
HexB369F01938061115244
Octal263151360317006421122104
Binary1011001111010011111000011001111000011010001000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369F0; }

 p { color: rgb(179,105,240); }

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

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

 a { background-color: rgb(179,105,240); }

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

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

 span { border-color: rgb(179,105,240); }

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