#B641CC

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

Shades of Medium Orchid #B641CC

Tints of Medium Orchid #B641CC

Color information

#B641CC (or 0xB641CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 41 and CC. RGB value is (182,65,204). Sum of RGB (Red+Green+Blue) = 182+65+204=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B641CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641CC is #49BE33. Grayscale: #737373. Windows color (decimal): -4832820 or 13386166. OLE color: 13386166.

HSL color Cylindrical-coordinate representation of color #B641CC: hue angle of 290.5º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B641CC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18265204-
CMYK0.110.6800.2
HSL290.5º57.68%52.75%-
HSV(B)290.5º68.14%80%-
XYZ32.0818.0958.93-
YUV115.83177.76175.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=40.35%
G=14.41%
B=45.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182652040.110.6800.2290.557.6852.75
HexB641CCB440141233a35
Octal266101314131040244437265
Binary1011011010000011100110010111000100010100100100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641CC; }

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

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

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

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

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

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

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

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