#B643D6

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

Shades of Medium Orchid #B643D6

Tints of Medium Orchid #B643D6

Color information

#B643D6 (or 0xB643D6) is unknown color: approx Medium Orchid. HEX triplet: B6, 43 and D6. RGB value is (182,67,214). Sum of RGB (Red+Green+Blue) = 182+67+214=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #B643D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643D6 is #49BC29. Grayscale: #757575. Windows color (decimal): -4832298 or 14042038. OLE color: 14042038.

HSL color Cylindrical-coordinate representation of color #B643D6: hue angle of 286.94º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B643D6 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18267214-
CMYK0.150.6900.16
HSL286.94º64.19%55.1%-
HSV(B)286.94º68.69%83.92%-
XYZ33.4418.8165.49-
YUV118.14182.1173.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 214 (83.98% from 255) = 46.22%
R=39.31%
G=14.47%
B=46.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182672140.150.6900.16286.9464.1955.1
HexB643D6F4501011f4037
Octal2661033261710502043710067
Binary10110110100001111010110111110001010100001000111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B643D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B643D6; }

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

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

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

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

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

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

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

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