#B365F9

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

Shades of Medium Orchid #B365F9

Tints of Medium Orchid #B365F9

Color information

#B365F9 (or 0xB365F9) is unknown color: approx Medium Orchid. HEX triplet: B3, 65 and F9. RGB value is (179,101,249). Sum of RGB (Red+Green+Blue) = 179+101+249=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #B365F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365F9 is #4C9A06. Grayscale: #8C8C8C. Windows color (decimal): -5020167 or 16344499. OLE color: 16344499.

HSL color Cylindrical-coordinate representation of color #B365F9: hue angle of 271.62º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B365F9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179101249-
CMYK0.280.5900.02
HSL271.62º92.5%68.63%-
HSV(B)271.62º59.44%97.65%-
XYZ40.3425.7392.46-
YUV141.19188.84154.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=33.84%
G=19.09%
B=47.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791012490.280.5900.02271.6292.568.63
HexB365F91C3B021105c45
Octal263145371347302420134105
Binary101100111100101111110011110011101101010001000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365F9; }

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

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

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

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

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

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

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

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