#B456CA

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

Shades of Medium Orchid #B456CA

Tints of Medium Orchid #B456CA

Color information

#B456CA (or 0xB456CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 56 and CA. RGB value is (180,86,202). Sum of RGB (Red+Green+Blue) = 180+86+202=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #B456CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B456CA is #4BA935. Grayscale: #7E7E7E. Windows color (decimal): -4958518 or 13260468. OLE color: 13260468.

HSL color Cylindrical-coordinate representation of color #B456CA: hue angle of 288.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B456CA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18086202-
CMYK0.110.5700.21
HSL288.62º52.25%56.47%-
HSV(B)288.62º57.43%79.22%-
XYZ32.8120.6258.13-
YUV127.33170.14165.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=38.46%
G=18.38%
B=43.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180862020.110.5700.21288.6252.2556.47
HexB456CAB390151213438
Octal26412631213710254416470
Binary101101001010110110010101011111001010101100100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456CA; }

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

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

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

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

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

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

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

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