#B367E4

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

Shades of Medium Orchid #B367E4

Tints of Medium Orchid #B367E4

Color information

#B367E4 (or 0xB367E4) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and E4. RGB value is (179,103,228). Sum of RGB (Red+Green+Blue) = 179+103+228=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #B367E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367E4 is #4C981B. Grayscale: #8B8B8B. Windows color (decimal): -5019676 or 14968755. OLE color: 14968755.

HSL color Cylindrical-coordinate representation of color #B367E4: hue angle of 276.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B367E4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179103228-
CMYK0.210.5500.11
HSL276.48º69.83%64.9%-
HSV(B)276.48º54.82%89.41%-
XYZ37.4424.8976.23-
YUV139.97177.68155.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 103 (40.62% from 255) = 20.20%
BLUE value IS 228 (89.45% from 255) = 44.71%
R=35.10%
G=20.20%
B=44.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791032280.210.5500.11276.4869.8364.9
HexB367E415370B1144641
Octal2631473442567013424106101
Binary10110011110011111100100101011101110101110001010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367E4; }

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

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

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

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

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

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

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

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