#B365E0

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

Shades of Medium Orchid #B365E0

Tints of Medium Orchid #B365E0

Color information

#B365E0 (or 0xB365E0) is unknown color: approx Medium Orchid. HEX triplet: B3, 65 and E0. RGB value is (179,101,224). Sum of RGB (Red+Green+Blue) = 179+101+224=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #B365E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365E0 is #4C9A1F. Grayscale: #898989. Windows color (decimal): -5020192 or 14706099. OLE color: 14706099.

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

Color convert

RGB179101224-
CMYK0.200.5500.12
HSL278.05º66.49%63.73%-
HSV(B)278.05º54.91%87.84%-
XYZ36.724.2773.27-
YUV138.34176.34157-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 101 (39.84% from 255) = 20.04%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=35.52%
G=20.04%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791012240.200.5500.12278.0566.4963.73
HexB365E014370C1164240
Octal2631453402467014426102100
Binary10110011110010111100000101001101110110010001011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365E0; }

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

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

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

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

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

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

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

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