#B658CE

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

Shades of Medium Orchid #B658CE

Tints of Medium Orchid #B658CE

Color information

#B658CE (or 0xB658CE) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and CE. RGB value is (182,88,206). Sum of RGB (Red+Green+Blue) = 182+88+206=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B658CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CE is #49A731. Grayscale: #818181. Windows color (decimal): -4826930 or 13523126. OLE color: 13523126.

HSL color Cylindrical-coordinate representation of color #B658CE: hue angle of 287.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B658CE is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18288206-
CMYK0.120.5700.19
HSL287.8º54.63%57.65%-
HSV(B)287.8º57.28%80.78%-
XYZ33.9221.3860.73-
YUV129.56171.14165.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 88 (34.77% from 255) = 18.49%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=38.24%
G=18.49%
B=43.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182882060.120.5700.19287.854.6357.65
HexB658CEC39013120373a
Octal26613031614710234406772
Binary101101101011000110011101100111001010011100100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658CE; }

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

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

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

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

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

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

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

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