#B658CC

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

Shades of Medium Orchid #B658CC

Tints of Medium Orchid #B658CC

Color information

#B658CC (or 0xB658CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 58 and CC. RGB value is (182,88,204). Sum of RGB (Red+Green+Blue) = 182+88+204=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B658CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B658CC is #49A733. Grayscale: #808080. Windows color (decimal): -4826932 or 13392054. OLE color: 13392054.

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

Color convert

RGB18288204-
CMYK0.110.5700.2
HSL288.62º53.21%57.25%-
HSV(B)288.62º56.86%80%-
XYZ33.6821.2859.46-
YUV129.33170.14165.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=38.40%
G=18.57%
B=43.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182882040.110.5700.2288.6253.2157.25
HexB658CCB390141213539
Octal26613031413710244416571
Binary101101101011000110011001011111001010100100100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B658CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B658CC; }

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

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

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

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

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

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

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

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