#b658dd

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

Shades of Medium Orchid #B658DD

Tints of Medium Orchid #B658DD

Color information

#B658DD (or 0xB658DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and DD. RGB value is (182,88,221). Sum of RGB (Red+Green+Blue) = 182+88+221=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B658DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658DD is #49A722. Grayscale: #828282. Windows color (decimal): -4826915 or 14506166. OLE color: 14506166.

HSL color Cylindrical-coordinate representation of color #B658DD: hue angle of 282.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B658DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18288221-
CMYK0.180.6000.13
HSL282.41º66.17%60.59%-
HSV(B)282.41º60.18%86.67%-
XYZ35.8322.1470.79-
YUV131.27178.64164.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 88 (34.77% from 255) = 17.92%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=37.07%
G=17.92%
B=45.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182882210.180.6000.13282.4166.1760.59
HexB658DD123C0D11a423d
Octal266130335227401543210275
Binary1011011010110001101110110010111100011011000110101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b658dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b658dd; }

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

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

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

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

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

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

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

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