#B458CD

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

Shades of Medium Orchid #B458CD

Tints of Medium Orchid #B458CD

Color information

#B458CD (or 0xB458CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 58 and CD. RGB value is (180,88,205). Sum of RGB (Red+Green+Blue) = 180+88+205=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B458CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458CD is #4BA732. Grayscale: #808080. Windows color (decimal): -4958003 or 13457588. OLE color: 13457588.

HSL color Cylindrical-coordinate representation of color #B458CD: hue angle of 287.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B458CD is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18088205-
CMYK0.120.5700.20
HSL287.18º53.92%57.45%-
HSV(B)287.18º57.07%80.39%-
XYZ33.3321.0960.07-
YUV128.85170.98164.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=38.05%
G=18.60%
B=43.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180882050.120.5700.20287.1853.9257.45
HexB458CDC3901411f3639
Octal26413031514710244376671
Binary101101001011000110011011100111001010100100011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458CD; }

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

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

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

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

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

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

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

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