#B639CC

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

Shades of Medium Orchid #B639CC

Tints of Medium Orchid #B639CC

Color information

#B639CC (or 0xB639CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 39 and CC. RGB value is (182,57,204). Sum of RGB (Red+Green+Blue) = 182+57+204=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B639CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639CC is #49C633. Grayscale: #6E6E6E. Windows color (decimal): -4834868 or 13384118. OLE color: 13384118.

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

Color convert

RGB18257204-
CMYK0.110.7200.2
HSL291.02º59.04%51.18%-
HSV(B)291.02º72.06%80%-
XYZ31.6517.2358.78-
YUV111.13180.41178.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=41.08%
G=12.87%
B=46.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182572040.110.7200.2291.0259.0451.18
HexB639CCB480141233b33
Octal26671314131100244437363
Binary101101101110011100110010111001000010100100100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B639CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B639CC; }

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

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

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

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

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

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

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

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