#B468E4

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

Shades of Medium Orchid #B468E4

Tints of Medium Orchid #B468E4

Color information

#B468E4 (or 0xB468E4) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and E4. RGB value is (180,104,228). Sum of RGB (Red+Green+Blue) = 180+104+228=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #B468E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B468E4 is #4B971B. Grayscale: #8C8C8C. Windows color (decimal): -4953884 or 14969012. OLE color: 14969012.

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

Color convert

RGB180104228-
CMYK0.210.5400.11
HSL276.77º69.66%65.1%-
HSV(B)276.77º54.39%89.41%-
XYZ37.7825.2176.27-
YUV140.86177.18155.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 228 (89.45% from 255) = 44.53%
R=35.16%
G=20.31%
B=44.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801042280.210.5400.11276.7769.6665.1
HexB468E415360B1154641
Octal2641503442566013425106101
Binary10110100110100011100100101011101100101110001010110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468E4; }

 p { color: rgb(180,104,228); }

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

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

 a { background-color: rgb(180,104,228); }

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

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

 span { border-color: rgb(180,104,228); }

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