#B643CF

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

Shades of Medium Orchid #B643CF

Tints of Medium Orchid #B643CF

Color information

#B643CF (or 0xB643CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 43 and CF. RGB value is (182,67,207). Sum of RGB (Red+Green+Blue) = 182+67+207=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B643CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CF is #49BC30. Grayscale: #747474. Windows color (decimal): -4832305 or 13583286. OLE color: 13583286.

HSL color Cylindrical-coordinate representation of color #B643CF: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B643CF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18267207-
CMYK0.120.6800.19
HSL289.29º59.32%53.73%-
HSV(B)289.29º67.63%81.18%-
XYZ32.5618.4660.88-
YUV117.34178.6174.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=39.91%
G=14.69%
B=45.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182672070.120.6800.19289.2959.3253.73
HexB643CFC440131213b36
Octal266103317141040234417366
Binary1011011010000111100111111001000100010011100100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B643CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B643CF; }

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

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

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

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

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

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

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

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