#B658CD

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

Shades of Medium Orchid #B658CD

Tints of Medium Orchid #B658CD

Color information

#B658CD (or 0xB658CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and CD. RGB value is (182,88,205). Sum of RGB (Red+Green+Blue) = 182+88+205=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B658CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CD is #49A732. Grayscale: #818181. Windows color (decimal): -4826931 or 13457590. OLE color: 13457590.

HSL color Cylindrical-coordinate representation of color #B658CD: hue angle of 288.21º 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 #B658CD is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18288205-
CMYK0.110.5700.20
HSL288.21º53.92%57.45%-
HSV(B)288.21º57.07%80.39%-
XYZ33.821.3360.09-
YUV129.44170.64165.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=38.32%
G=18.53%
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.20
SystemRedGreenBlueCMYKHSL
Decimal182882050.110.5700.20288.2153.9257.45
HexB658CDB390141203639
Octal26613031513710244406671
Binary101101101011000110011011011111001010100100100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658CD; }

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

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

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

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

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

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

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

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