#B458CA

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

Shades of Medium Orchid #B458CA

Tints of Medium Orchid #B458CA

Color information

#B458CA (or 0xB458CA) is unknown color: approx Medium Orchid. HEX triplet: B4, 58 and CA. RGB value is (180,88,202). Sum of RGB (Red+Green+Blue) = 180+88+202=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B458CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458CA is #4BA735. Grayscale: #808080. Windows color (decimal): -4958006 or 13260980. OLE color: 13260980.

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

Color convert

RGB18088202-
CMYK0.110.5600.21
HSL288.42º51.82%56.86%-
HSV(B)288.42º56.44%79.22%-
XYZ32.9720.9558.18-
YUV128.5169.48164.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 88 (34.77% from 255) = 18.72%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=38.30%
G=18.72%
B=42.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180882020.110.5600.21288.4251.8256.86
HexB458CAB380151203439
Octal26413031213700254406471
Binary101101001011000110010101011111000010101100100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458CA; }

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

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

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

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

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

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

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

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