#B464D4

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

Shades of Medium Orchid #B464D4

Tints of Medium Orchid #B464D4

Color information

#B464D4 (or 0xB464D4) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and D4. RGB value is (180,100,212). Sum of RGB (Red+Green+Blue) = 180+100+212=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #B464D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464D4 is #4B9B2B. Grayscale: #888888. Windows color (decimal): -4954924 or 13919412. OLE color: 13919412.

HSL color Cylindrical-coordinate representation of color #B464D4: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B464D4 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180100212-
CMYK0.150.5300.17
HSL282.86º56.57%61.18%-
HSV(B)282.86º52.83%83.14%-
XYZ35.2623.5764.98-
YUV136.69170.5158.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=36.59%
G=20.33%
B=43.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801002120.150.5300.17282.8656.5761.18
HexB464D4F3501111b393d
Octal26414432417650214337175
Binary101101001100100110101001111110101010001100011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464D4; }

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

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

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

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

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

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

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

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