#B367E1

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

Shades of Medium Orchid #B367E1

Tints of Medium Orchid #B367E1

Color information

#B367E1 (or 0xB367E1) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and E1. RGB value is (179,103,225). Sum of RGB (Red+Green+Blue) = 179+103+225=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #B367E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367E1 is #4C981E. Grayscale: #8B8B8B. Windows color (decimal): -5019679 or 14772147. OLE color: 14772147.

HSL color Cylindrical-coordinate representation of color #B367E1: hue angle of 277.38º degrees, saturation: 0.67, 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 #B367E1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179103225-
CMYK0.200.5400.12
HSL277.38º67.03%64.31%-
HSV(B)277.38º54.22%88.24%-
XYZ37.0324.7274.05-
YUV139.63176.18156.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 225 (88.28% from 255) = 44.38%
R=35.31%
G=20.32%
B=44.38%

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
Decimal1791032250.200.5400.12277.3867.0364.31
HexB367E114360C1154340
Octal2631473412466014425103100
Binary10110011110011111100001101001101100110010001010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367E1; }

 p { color: rgb(179,103,225); }

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

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

 a { background-color: rgb(179,103,225); }

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

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

 span { border-color: rgb(179,103,225); }

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