#B464CA

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

Shades of Medium Orchid #B464CA

Tints of Medium Orchid #B464CA

Color information

#B464CA (or 0xB464CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and CA. RGB value is (180,100,202). Sum of RGB (Red+Green+Blue) = 180+100+202=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #B464CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464CA is #4B9B35. Grayscale: #878787. Windows color (decimal): -4954934 or 13264052. OLE color: 13264052.

HSL color Cylindrical-coordinate representation of color #B464CA: hue angle of 287.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B464CA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180100202-
CMYK0.110.5000.21
HSL287.06º49.04%59.22%-
HSV(B)287.06º50.5%79.22%-
XYZ34.0423.0858.54-
YUV135.55165.5159.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=37.34%
G=20.75%
B=41.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801002020.110.5000.21287.0649.0459.22
HexB464CAB3201511f313b
Octal26414431213620254376173
Binary101101001100100110010101011110010010101100011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464CA; }

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

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

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

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

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

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

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

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