#B464E6

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

Shades of Medium Orchid #B464E6

Tints of Medium Orchid #B464E6

Color information

#B464E6 (or 0xB464E6) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and E6. RGB value is (180,100,230). Sum of RGB (Red+Green+Blue) = 180+100+230=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #B464E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464E6 is #4B9B19. Grayscale: #8A8A8A. Windows color (decimal): -4954906 or 15099060. OLE color: 15099060.

HSL color Cylindrical-coordinate representation of color #B464E6: hue angle of 276.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B464E6 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180100230-
CMYK0.220.5700.10
HSL276.92º72.22%64.71%-
HSV(B)276.92º56.52%90.2%-
XYZ37.6624.5377.61-
YUV138.74179.5157.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 230 (90.23% from 255) = 45.10%
R=35.29%
G=19.61%
B=45.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801002300.220.5700.10276.9272.2264.71
HexB464E616390A1154841
Octal2641443462671012425110101
Binary10110100110010011100110101101110010101010001010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464E6; }

 p { color: rgb(180,100,230); }

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

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

 a { background-color: rgb(180,100,230); }

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

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

 span { border-color: rgb(180,100,230); }

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