#B643CC

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

Shades of Medium Orchid #B643CC

Tints of Medium Orchid #B643CC

Color information

#B643CC (or 0xB643CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 43 and CC. RGB value is (182,67,204). Sum of RGB (Red+Green+Blue) = 182+67+204=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B643CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CC is #49BC33. Grayscale: #747474. Windows color (decimal): -4832308 or 13386678. OLE color: 13386678.

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

Color convert

RGB18267204-
CMYK0.110.6700.2
HSL290.36º57.32%53.14%-
HSV(B)290.36º67.16%80%-
XYZ32.218.3258.97-
YUV117177.1174.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 67 (26.56% from 255) = 14.79%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=40.18%
G=14.79%
B=45.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182672040.110.6700.2290.3657.3253.14
HexB643CCB430141223935
Octal266103314131030244427165
Binary1011011010000111100110010111000011010100100100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B643CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B643CC; }

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

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

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

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

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

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

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

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